Spaces:
Build error
Build error
Update Chatbot/app.py
Browse files- Chatbot/app.py +2 -2
Chatbot/app.py
CHANGED
@@ -25,8 +25,8 @@ import gradio as gr
|
|
25 |
|
26 |
interface = gr.Interface(
|
27 |
fn=predict,
|
28 |
-
inputs=
|
29 |
-
outputs=
|
30 |
)
|
31 |
|
32 |
if __name__ == '__main__':
|
|
|
25 |
|
26 |
interface = gr.Interface(
|
27 |
fn=predict,
|
28 |
+
inputs="text",
|
29 |
+
outputs="chatbot",
|
30 |
)
|
31 |
|
32 |
if __name__ == '__main__':
|