alexliap commited on
Commit
2add2e6
·
unverified ·
1 Parent(s): f993e18

changing serving url, ffs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)