Olivier-Truong
commited on
Commit
•
fa24bc8
1
Parent(s):
eeb238d
Update app.py
Browse files
app.py
CHANGED
@@ -293,5 +293,5 @@ def handle_message(message):
|
|
293 |
|
294 |
|
295 |
if __name__ == '__main__':
|
296 |
-
socketio.run(Sock, host="0.0.0.0", port=7860)
|
297 |
-
|
|
|
293 |
|
294 |
|
295 |
if __name__ == '__main__':
|
296 |
+
#socketio.run(Sock, host="0.0.0.0", port=7860)
|
297 |
+
Sock.run(host="0.0.0.0", port=7860)
|