Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ with gr.Blocks(
|
|
| 145 |
p = 0
|
| 146 |
last_emit = -1
|
| 147 |
start = time.time()
|
| 148 |
-
ws.settimeout(
|
| 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)):
|