FESG1234 commited on
Commit
5ba5aa7
·
verified ·
1 Parent(s): d32aed7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,4 +135,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=gr.themes.Soft()._get_theme_css()) as
135
  clear.click(lambda: None, None, chatbot, queue=False)
136
 
137
  if __name__ == "__main__":
138
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
135
  clear.click(lambda: None, None, chatbot, queue=False)
136
 
137
  if __name__ == "__main__":
138
+ demo.launch(share=True, ssr_mode=False)