Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,8 +114,7 @@ def predict(message, chat_history=[]):
|
|
114 |
interface = gr.Interface(
|
115 |
fn=predict,
|
116 |
inputs=[
|
117 |
-
gr.Textbox(label="User input")
|
118 |
-
gr.State(),
|
119 |
],
|
120 |
outputs="text", allow_flagging='never',
|
121 |
live=True,
|
|
|
114 |
interface = gr.Interface(
|
115 |
fn=predict,
|
116 |
inputs=[
|
117 |
+
gr.Textbox(label="User input")
|
|
|
118 |
],
|
119 |
outputs="text", allow_flagging='never',
|
120 |
live=True,
|