Samurai719214 commited on
Commit
e3409f6
·
verified ·
1 Parent(s): 72a9cf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,4 +82,4 @@ with gr.Blocks() as interface:
82
  clear_btn.click(fn = clear_conversation, outputs = history_display)
83
 
84
  # Launch the Gradio app.
85
- interface.launch()
 
82
  clear_btn.click(fn = clear_conversation, outputs = history_display)
83
 
84
  # Launch the Gradio app.
85
+ interface.launch(share=True)