add concurrency limit (#5)
Browse files- add concurrency limit (e94b1aead6d46ab1bb32710bf4746b94beab7448)
Co-authored-by: mrfakename <[email protected]>
app.py
CHANGED
@@ -59,4 +59,4 @@ https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
|
|
59 |
),
|
60 |
outputs=gr.Textbox(label="descriptions", lines=4),
|
61 |
)
|
62 |
-
iface.launch()
|
|
|
59 |
),
|
60 |
outputs=gr.Textbox(label="descriptions", lines=4),
|
61 |
)
|
62 |
+
iface.queue(default_concurrency_limit=20).launch()
|