Spaces:
Runtime error
Runtime error
Removed share=True, but still public Space
Browse files
app.py
CHANGED
|
@@ -44,4 +44,4 @@ gr.Interface(
|
|
| 44 |
inputs=["text", "state"],
|
| 45 |
outputs=["chatbot", "state"],
|
| 46 |
theme="finlaymacklon/boxy_violet",
|
| 47 |
-
).launch(
|
|
|
|
| 44 |
inputs=["text", "state"],
|
| 45 |
outputs=["chatbot", "state"],
|
| 46 |
theme="finlaymacklon/boxy_violet",
|
| 47 |
+
).launch()
|