Shriharsh commited on
Commit
efcdc30
·
verified ·
1 Parent(s): a418444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,4 +147,4 @@ with gr.Blocks() as demo:
147
  # Handle user input and clear the textbox
148
  submit_btn.click(handle_input, inputs=[user_input, state], outputs=[chat, state]).then(lambda: "", None, user_input)
149
 
150
- demo.launch()
 
147
  # Handle user input and clear the textbox
148
  submit_btn.click(handle_input, inputs=[user_input, state], outputs=[chat, state]).then(lambda: "", None, user_input)
149
 
150
+ demo.launch(share=True)