vivienfanghua commited on
Commit
df1d959
·
verified ·
1 Parent(s): 2196762

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks(
145
  p = 0
146
  last_emit = -1
147
  start = time.time()
148
- ws.settimeout(60)
149
  while True:
150
  out = ws.recv()
151
  if isinstance(out, (bytes, bytearray)):
 
145
  p = 0
146
  last_emit = -1
147
  start = time.time()
148
+ ws.settimeout(180)
149
  while True:
150
  out = ws.recv()
151
  if isinstance(out, (bytes, bytearray)):