BF667-AI commited on
Commit
cbee6ba
·
verified ·
1 Parent(s): 0633594

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -739,4 +739,4 @@ with gr.Blocks(
739
  # Clear chat action
740
  clr.click(fn=lambda: ([], "", ""), outputs=[chat, txt, dbg])
741
 
742
- demo.launch()
 
739
  # Clear chat action
740
  clr.click(fn=lambda: ([], "", ""), outputs=[chat, txt, dbg])
741
 
742
+ demo.launch(share=True)