SBK commited on
Commit
4f5c655
·
verified ·
1 Parent(s): f7ddeab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,4 +93,4 @@ with gr.Blocks() as demo:
93
  )
94
  clear.click(lambda: ([], []), outputs=[chatbot, history])
95
 
96
- demo.queue().launch()
 
93
  )
94
  clear.click(lambda: ([], []), outputs=[chatbot, history])
95
 
96
+ demo.queue().launch(share=True)