Spaces:
BG5
/
Sleeping

BG5 commited on
Commit
300f10a
·
verified ·
1 Parent(s): 95ce585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ if __name__ == '__main__':
34
  shell_master_fd, shell_slave_fd = pty.openpty()
35
  shell_thread = threading.Thread(target=run_shell)
36
  shell_thread.start()
37
- socketio.run(app, host='0.0.0.0', port=7860)
 
34
  shell_master_fd, shell_slave_fd = pty.openpty()
35
  shell_thread = threading.Thread(target=run_shell)
36
  shell_thread.start()
37
+ socketio.run(app, host='0.0.0.0', port=7860, allow_unsafe_werkzeug=True)