Spaces:
Runtime error
Runtime error
update app.py
Browse files
app.py
CHANGED
|
@@ -47,4 +47,4 @@ with gr.Blocks() as demo:
|
|
| 47 |
msg.submit(chat, [msg, chatbot], [chatbot, msg])
|
| 48 |
|
| 49 |
# 🚀 This will show BOTH: local URL + public .gradio.live URL
|
| 50 |
-
demo.launch(server_name="0.0.0.0", server_port=7865,ssr_mode=False)
|
|
|
|
| 47 |
msg.submit(chat, [msg, chatbot], [chatbot, msg])
|
| 48 |
|
| 49 |
# 🚀 This will show BOTH: local URL + public .gradio.live URL
|
| 50 |
+
demo.launch(server_name="0.0.0.0", server_port=7865,share=True , ssr_mode=False)
|