chrisvoncsefalvay commited on
Commit
5e910c4
·
1 Parent(s): b5cb59a

Enable sharing in demo.launch() for improved accessibility

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