Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
b115af2
1
Parent(s):
d20b0fd
main.py
CHANGED
@@ -246,9 +246,9 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
246 |
is_processing = False
|
247 |
return
|
248 |
|
249 |
-
if is_processing:
|
250 |
-
|
251 |
-
|
252 |
|
253 |
# Set is_processing to True before proceeding
|
254 |
is_processing = True
|
|
|
246 |
is_processing = False
|
247 |
return
|
248 |
|
249 |
+
#if is_processing:
|
250 |
+
# print(f"[{current_time:.3f}] Already processing an input. Will check again later.")
|
251 |
+
# return
|
252 |
|
253 |
# Set is_processing to True before proceeding
|
254 |
is_processing = True
|