Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ demo = gr.Interface(
|
|
94 |
[298.6, 309.1, 1339, 51.1, 34, 'M'],
|
95 |
[302.4, 311.1, 1634, 34.2, 184, 'L'],
|
96 |
[297.9, 307.7, 1546, 37.6, 72, 'L']],
|
97 |
-
concurrency_limit=
|
98 |
)
|
99 |
|
100 |
# Launch with a load balancer
|
|
|
94 |
[298.6, 309.1, 1339, 51.1, 34, 'M'],
|
95 |
[302.4, 311.1, 1634, 34.2, 184, 'L'],
|
96 |
[297.9, 307.7, 1546, 37.6, 72, 'L']],
|
97 |
+
concurrency_limit=32
|
98 |
)
|
99 |
|
100 |
# Launch with a load balancer
|