Spaces:
Sleeping
Sleeping
william4416
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,6 @@ gr.Interface(
|
|
68 |
description=description,
|
69 |
examples=examples,
|
70 |
inputs=["text", "state"],
|
71 |
-
outputs=["
|
72 |
theme="finlaymacklon/boxy_violet",
|
73 |
).launch()
|
|
|
68 |
description=description,
|
69 |
examples=examples,
|
70 |
inputs=["text", "state"],
|
71 |
+
outputs=["chatbot", "state"],
|
72 |
theme="finlaymacklon/boxy_violet",
|
73 |
).launch()
|