Olivier-Truong
commited on
Commit
•
8e64873
1
Parent(s):
4ff62fe
Update app.py
Browse files
app.py
CHANGED
@@ -295,6 +295,6 @@ def handle_message(message):
|
|
295 |
|
296 |
|
297 |
if __name__ == '__main__':
|
298 |
-
|
299 |
-
app.run(host="0.0.0.0", port=7860)
|
300 |
#sock.run(host="0.0.0.0", port=7860)
|
|
|
295 |
|
296 |
|
297 |
if __name__ == '__main__':
|
298 |
+
socketio.run(app, host="0.0.0.0", port=7860)
|
299 |
+
#app.run(host="0.0.0.0", port=7860)
|
300 |
#sock.run(host="0.0.0.0", port=7860)
|