jykoh commited on
Commit
0fdb545
1 Parent(s): 0b88c5c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,4 +113,4 @@ with gr.Blocks() as demo:
113
  image_btn.upload(upload_image, [gr_state, image_btn], [gr_state, chatbot])
114
  clear_btn.click(reset, [], [gr_state, chatbot])
115
 
116
- demo.launch(share=False, debug=True, server_name="127.0.0.1")
 
113
  image_btn.upload(upload_image, [gr_state, image_btn], [gr_state, chatbot])
114
  clear_btn.click(reset, [], [gr_state, chatbot])
115
 
116
+ demo.launch(share=False, debug=True, server_name="0.0.0.0")