umangchaudhry commited on
Commit
cd354f4
·
1 Parent(s): 0fd6500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,4 +156,4 @@ with gr.Blocks() as demo:
156
  clear.click(lambda: None, None, chatbot, queue=False)
157
 
158
  # Launch the Gradio interface
159
- demo.launch()
 
156
  clear.click(lambda: None, None, chatbot, queue=False)
157
 
158
  # Launch the Gradio interface
159
+ demo.launch(share=True)