yhraje commited on
Commit
58d578b
·
verified ·
1 Parent(s): 80f75da

update app.py

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