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