Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|