Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -178,9 +178,9 @@ with gr.Blocks(css=PARENT_BLOCK_CSS) as demo:
|
|
178 |
)
|
179 |
|
180 |
demo.queue(
|
181 |
-
concurrency_count=
|
182 |
max_size=100,
|
183 |
).launch(
|
184 |
-
max_threads=
|
185 |
server_name="0.0.0.0",
|
186 |
)
|
|
|
178 |
)
|
179 |
|
180 |
demo.queue(
|
181 |
+
concurrency_count=1,
|
182 |
max_size=100,
|
183 |
).launch(
|
184 |
+
max_threads=5,
|
185 |
server_name="0.0.0.0",
|
186 |
)
|