Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -294,4 +294,4 @@ Red ⇒ agent should reply • Blue ⇒ agent should wait"""
|
|
| 294 |
outputs=[out_ht_a, out_html_a, out_ht_b, out_html_b]
|
| 295 |
)
|
| 296 |
|
| 297 |
-
demo.launch()
|
|
|
|
| 294 |
outputs=[out_ht_a, out_html_a, out_ht_b, out_html_b]
|
| 295 |
)
|
| 296 |
|
| 297 |
+
demo.launch(share=True)
|