Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -247,5 +247,5 @@ body {
|
|
| 247 |
with gr.Blocks(css=custom_css) as demo:
|
| 248 |
make_me()
|
| 249 |
|
| 250 |
-
demo.queue(concurrency_count=
|
| 251 |
demo.launch()
|
|
|
|
| 247 |
with gr.Blocks(css=custom_css) as demo:
|
| 248 |
make_me()
|
| 249 |
|
| 250 |
+
demo.queue(concurrency_count=40) # Adjust this value based on your resources
|
| 251 |
demo.launch()
|