Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def chat_interface(query, chat_history=[]):
|
|
112 |
iface = gr.Interface(
|
113 |
fn=chat_interface,
|
114 |
inputs=gr.Textbox(),
|
115 |
-
outputs=gr.
|
116 |
)
|
117 |
|
118 |
# Launch Gradio Interface
|
|
|
112 |
iface = gr.Interface(
|
113 |
fn=chat_interface,
|
114 |
inputs=gr.Textbox(),
|
115 |
+
outputs=gr.Textbox(),
|
116 |
)
|
117 |
|
118 |
# Launch Gradio Interface
|