Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
e600968
1
Parent(s):
a52dde1
main.py
CHANGED
@@ -468,7 +468,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
468 |
print(f"[{time.perf_counter():.3f}] Timeout task started for client {client_id} (waiting for user interaction)")
|
469 |
|
470 |
async def process_input(data):
|
471 |
-
nonlocal previous_frame, hidden_states, keys_down, frame_num, frame_count, is_processing
|
472 |
|
473 |
try:
|
474 |
process_start_time = time.perf_counter()
|
|
|
468 |
print(f"[{time.perf_counter():.3f}] Timeout task started for client {client_id} (waiting for user interaction)")
|
469 |
|
470 |
async def process_input(data):
|
471 |
+
nonlocal previous_frame, hidden_states, keys_down, frame_num, frame_count, is_processing, user_has_interacted
|
472 |
|
473 |
try:
|
474 |
process_start_time = time.perf_counter()
|