Spaces:
BG5
/
Sleeping

BG5 commited on
Commit
ed198dd
·
verified ·
1 Parent(s): 643de08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ def handle_command(command):
33
  emit('command_output', {'output': str(e)})
34
 
35
  if __name__ == '__main__':
36
- socketio.run(app, host='0.0.0.0', port=7860)
 
33
  emit('command_output', {'output': str(e)})
34
 
35
  if __name__ == '__main__':
36
+ socketio.run(app, host='0.0.0.0', port=7860, allow_unsafe_werkzeug=True)