Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,4 +44,5 @@ gr.Interface(
|
|
| 44 |
inputs=["text", "state"],
|
| 45 |
outputs=["chatbot", "state"],
|
| 46 |
theme="xiaobaiyuan/theme_brief",
|
| 47 |
-
|
|
|
|
|
|
| 44 |
inputs=["text", "state"],
|
| 45 |
outputs=["chatbot", "state"],
|
| 46 |
theme="xiaobaiyuan/theme_brief",
|
| 47 |
+
share=True,
|
| 48 |
+
).launch()
|