Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,4 +30,4 @@ gr.Interface(fn=predict,
|
|
| 30 |
description=description,
|
| 31 |
examples=examples,
|
| 32 |
inputs=["text", "state"],
|
| 33 |
-
outputs=["chatbot", "state"]).launch(
|
|
|
|
| 30 |
description=description,
|
| 31 |
examples=examples,
|
| 32 |
inputs=["text", "state"],
|
| 33 |
+
outputs=["chatbot", "state"]).launch()
|