Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -561,6 +561,7 @@ async def handle_user_input(websocket,key, process, connected):
|
|
561 |
break
|
562 |
except Exception as e:
|
563 |
# print(f"Error in input thread: {str(e)}")
|
|
|
564 |
|
565 |
def process_input(user_input, process):
|
566 |
if process:
|
|
|
561 |
break
|
562 |
except Exception as e:
|
563 |
# print(f"Error in input thread: {str(e)}")
|
564 |
+
pass
|
565 |
|
566 |
def process_input(user_input, process):
|
567 |
if process:
|