Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,4 +70,5 @@ gr.Interface(
|
|
| 70 |
inputs=["text", "state"],
|
| 71 |
outputs=["chatbot", "state"],
|
| 72 |
theme="finlaymacklon/boxy_violet",
|
|
|
|
| 73 |
).launch()
|
|
|
|
| 70 |
inputs=["text", "state"],
|
| 71 |
outputs=["chatbot", "state"],
|
| 72 |
theme="finlaymacklon/boxy_violet",
|
| 73 |
+
share=True,
|
| 74 |
).launch()
|