Spaces:
Sleeping
Sleeping
changing serving url, ffs
Browse files
app.py
CHANGED
|
@@ -65,4 +65,4 @@ if __name__ == "__main__":
|
|
| 65 |
[chatbot],
|
| 66 |
).then(respond, [msg, chatbot], [msg, chatbot, url_display])
|
| 67 |
|
| 68 |
-
chat_app.launch(server_port=8080)
|
|
|
|
| 65 |
[chatbot],
|
| 66 |
).then(respond, [msg, chatbot], [msg, chatbot, url_display])
|
| 67 |
|
| 68 |
+
chat_app.launch(server_name="0.0.0.0", server_port=8080)
|