Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NikeZoldyck
/
green-screen-composition-transfer
like
19
Build error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
NikeZoldyck
commited on
Oct 13, 2022
Commit
a53655b
·
1 Parent(s):
2128d20
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -196,5 +196,5 @@ with demo:
196
197
198
199
-
demo.queue(concurrency_count=40, max_size=20).launch(max_threads=150)
200
196
197
198
199
+
demo.queue(concurrency_count=40, max_size=20).launch(
enable_queue=True,
max_threads=150)
200