Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
NihalGazi/FaceFlux-Face-Swapper-DEBUG2
NihalGazi
/
FaceFlux-Face-Swapper
like
15
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#1
by
Tonic
- opened
about 1 month ago
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -190,4 +190,4 @@ with gr.Blocks(css=css) as iface:
190
concurrency_limit=30
191
)
192
193
-
iface.queue().launch(debug=True)
190
concurrency_limit=30
191
)
192
193
+
iface.queue().launch(debug=True
, ssr_mode=False
)