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