Spaces:
Build error
Build error
Fix host
Browse files
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="
|
|
|
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")
|