umangchaudhry commited on
Commit
5c8569f
·
1 Parent(s): b7e909d

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(share=True)
 
156
  clear.click(lambda: None, None, chatbot, queue=False)
157
 
158
  # Launch the Gradio interface
159
+ demo.launch()