Spaces:
Runtime error
Runtime error
project-baize
commited on
Commit
•
2a8236f
1
Parent(s):
25a1a26
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
224 |
demo.title = "Baize"
|
225 |
|
226 |
demo.queue(
|
227 |
-
concurrency_count=
|
228 |
max_size=100,
|
229 |
).launch(
|
230 |
max_threads=5,
|
|
|
224 |
demo.title = "Baize"
|
225 |
|
226 |
demo.queue(
|
227 |
+
concurrency_count=4,
|
228 |
max_size=100,
|
229 |
).launch(
|
230 |
max_threads=5,
|