Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
anzorq
/
finetuned_diffusion
like
1.07k
Runtime error
App
Files
Files
Community
106
anzorq
commited on
Nov 2, 2022
Commit
1b458d1
•
1 Parent(s):
73696f4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -192,5 +192,5 @@ with gr.Blocks(css=css) as demo:
192
''')
193
194
if not is_colab:
195
-
demo.queue()
196
demo.launch(debug=is_colab)
192
''')
193
194
if not is_colab:
195
+
demo.queue(
concurrency_count=4
)
196
demo.launch(debug=is_colab)