julien-c HF staff mrfakename commited on
Commit
8bffe0d
1 Parent(s): f9eb597

add concurrency limit (#5)

Browse files

- add concurrency limit (e94b1aead6d46ab1bb32710bf4746b94beab7448)


Co-authored-by: mrfakename <mrfakename@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
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()