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