Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -25,5 +25,5 @@ gr.Interface(fn=predict,
|
|
25 |
theme="default",
|
26 |
css=".footer {display:none !important}",
|
27 |
inputs=["text", "state"],
|
28 |
-
outputs=["
|
29 |
|
|
|
25 |
theme="default",
|
26 |
css=".footer {display:none !important}",
|
27 |
inputs=["text", "state"],
|
28 |
+
outputs=["chatbot", "state"]).launch()
|
29 |
|