Spaces:
Runtime error
Runtime error
project-baize
commited on
Commit
•
1fe527f
1
Parent(s):
2bbb35a
Update app.py
Browse files
app.py
CHANGED
@@ -223,4 +223,4 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
223 |
#)
|
224 |
demo.title = "Baize"
|
225 |
|
226 |
-
demo.queue(concurrency_count=
|
|
|
223 |
#)
|
224 |
demo.title = "Baize"
|
225 |
|
226 |
+
demo.queue(concurrency_count=1).launch()
|