Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,9 +31,6 @@ def predict_chatbot(input, history=[]):
|
|
31 |
|
32 |
chatbot_gradio_app = gr.ChatInterface(
|
33 |
fn=predict_chatbot,
|
34 |
-
inputs=gr.Textbox(show_label=False, placeholder="Enter text and press enter"),
|
35 |
-
outputs=gr.Textbox(),
|
36 |
-
live=True,
|
37 |
title="Greta",
|
38 |
)
|
39 |
|
|
|
31 |
|
32 |
chatbot_gradio_app = gr.ChatInterface(
|
33 |
fn=predict_chatbot,
|
|
|
|
|
|
|
34 |
title="Greta",
|
35 |
)
|
36 |
|