Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -384,7 +384,7 @@ with gr.Blocks(css="constants/styles.css", theme=gr.themes.Soft()) as demo:
|
|
384 |
concurrency_limit=20,
|
385 |
)
|
386 |
|
387 |
-
chat_event = prompt_txtbox.
|
388 |
chat_stream,
|
389 |
[cur_arxiv_id, local_data, prompt_txtbox, chat_state],
|
390 |
[prompt_txtbox, chatbot, local_data, close, reset, regen],
|
|
|
384 |
concurrency_limit=20,
|
385 |
)
|
386 |
|
387 |
+
chat_event = prompt_txtbox.submit(
|
388 |
chat_stream,
|
389 |
[cur_arxiv_id, local_data, prompt_txtbox, chat_state],
|
390 |
[prompt_txtbox, chatbot, local_data, close, reset, regen],
|