There was an error while loading. Please reload this page.
1 parent cd679fe commit b1c234aCopy full SHA for b1c234a
app.py
@@ -83,5 +83,5 @@ def upload():
83
# app.run(port=5002, debug=True)
84
85
# Serve the app with gevent
86
- http_server = WSGIServer(('', 5000), app)
+ http_server = WSGIServer(('0.0.0.0', 5000), app)
87
http_server.serve_forever()
0 commit comments