Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -165,6 +165,6 @@ if __name__ == "__main__":
|
|
| 165 |
description="Enter your message and get a response.",
|
| 166 |
)
|
| 167 |
|
| 168 |
-
demo.launch(
|
| 169 |
|
| 170 |
asyncio.run(start_websocket_server())
|
|
|
|
| 165 |
description="Enter your message and get a response.",
|
| 166 |
)
|
| 167 |
|
| 168 |
+
demo.launch(server_name="0.0.0.0", server_port=8765)
|
| 169 |
|
| 170 |
asyncio.run(start_websocket_server())
|