ParahumanSkitter
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -225,5 +225,5 @@ body {
|
|
225 |
with gr.Blocks(css=custom_css) as demo:
|
226 |
make_me()
|
227 |
|
228 |
-
demo.queue()
|
229 |
demo.launch()
|
|
|
225 |
with gr.Blocks(css=custom_css) as demo:
|
226 |
make_me()
|
227 |
|
228 |
+
demo.queue(concurrency_count=100)
|
229 |
demo.launch()
|