Spaces:
Runtime error
Runtime error
Commit
·
10fbaa6
1
Parent(s):
dbb80f1
up concurrency
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ This app will check your model's metadata for a few common issues."""
|
|
331 |
markdown = gr.Number()
|
332 |
button.click(_basic_check, text, markdown)
|
333 |
|
334 |
-
demo.queue(concurrency_count=
|
335 |
demo.launch()
|
336 |
|
337 |
|
|
|
331 |
markdown = gr.Number()
|
332 |
button.click(_basic_check, text, markdown)
|
333 |
|
334 |
+
demo.queue(concurrency_count=32)
|
335 |
demo.launch()
|
336 |
|
337 |
|