Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
292 |
# inputs=text_input,
|
293 |
# outputs=chat
|
294 |
#)
|
295 |
-
text_input.submit(respond, [text_input,
|
296 |
|
297 |
demo.launch(share=False)
|
298 |
|
|
|
292 |
# inputs=text_input,
|
293 |
# outputs=chat
|
294 |
#)
|
295 |
+
text_input.submit(respond, [text_input, chat], [text_input, chat])
|
296 |
|
297 |
demo.launch(share=False)
|
298 |
|