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