Spaces:
Runtime error
Runtime error
Echo-ai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -80,4 +80,4 @@ if __name__ == '__main__':
|
|
80 |
print('Client disconnected')
|
81 |
|
82 |
# Run the Flask app with SocketIO
|
83 |
-
socketio.run(app, host='0.0.0.0', port=7860)
|
|
|
80 |
print('Client disconnected')
|
81 |
|
82 |
# Run the Flask app with SocketIO
|
83 |
+
socketio.run(app, host='0.0.0.0', port=7860, allow_unsafe_werkzeug=True)
|