Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -65,7 +65,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
65 |
await manager.disconnect(websocket)
|
66 |
|
67 |
|
68 |
-
if __name__ == "__main__":
|
69 |
-
|
70 |
|
71 |
-
|
|
|
65 |
await manager.disconnect(websocket)
|
66 |
|
67 |
|
68 |
+
# if __name__ == "__main__":
|
69 |
+
# import uvicorn
|
70 |
|
71 |
+
# uvicorn.run(app, host="0.0.0.0", port=8000)
|