Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -103,8 +103,8 @@ with app:
|
|
103 |
],
|
104 |
outputs="image"
|
105 |
)
|
106 |
-
#
|
107 |
-
app.queue(
|
108 |
|
109 |
# Launch the app
|
110 |
app.launch()
|
|
|
103 |
],
|
104 |
outputs="image"
|
105 |
)
|
106 |
+
# Add a global queue with a concurrency limit of 10
|
107 |
+
app.queue(default_concurrency_limit=10)
|
108 |
|
109 |
# Launch the app
|
110 |
app.launch()
|