Spaces:
Runtime error
Runtime error
Commit
·
cd354f4
1
Parent(s):
0fd6500
Update app.py
Browse files
app.py
CHANGED
@@ -156,4 +156,4 @@ with gr.Blocks() as demo:
|
|
156 |
clear.click(lambda: None, None, chatbot, queue=False)
|
157 |
|
158 |
# Launch the Gradio interface
|
159 |
-
demo.launch()
|
|
|
156 |
clear.click(lambda: None, None, chatbot, queue=False)
|
157 |
|
158 |
# Launch the Gradio interface
|
159 |
+
demo.launch(share=True)
|