Spaces:
Running
Running
Michael Siebenmann commited on
Commit ·
e128d96
1
Parent(s): f2c0399
add back concurrency limit
Browse files
main.py
CHANGED
|
@@ -411,7 +411,6 @@ def start_frontend(retriever: Retriever, analyzer_type: str, coding_llm, retriev
|
|
| 411 |
|
| 412 |
gr.ChatInterface(
|
| 413 |
fn=chat_fn,
|
| 414 |
-
concurrency_limit=None,
|
| 415 |
multimodal=False, # we manually handle multimodal input
|
| 416 |
textbox=gr.MultimodalTextbox(file_types=["image", ".pdf"], placeholder=i18n("placeholder"), file_count='multiple'),
|
| 417 |
examples=[
|
|
|
|
| 411 |
|
| 412 |
gr.ChatInterface(
|
| 413 |
fn=chat_fn,
|
|
|
|
| 414 |
multimodal=False, # we manually handle multimodal input
|
| 415 |
textbox=gr.MultimodalTextbox(file_types=["image", ".pdf"], placeholder=i18n("placeholder"), file_count='multiple'),
|
| 416 |
examples=[
|