Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
weepakistan/nsfw-face-swap
nsfwalex
/
faceswap
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nsfwalex
commited on
Sep 8, 2024
Commit
ff50328
·
verified
·
1 Parent(s):
7b4d390
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -124,4 +124,4 @@ with app:
124
outputs="image"
125
)
126
app.queue(max_size=5,status_update_rate=5.0)
127
-
app.launch(
max_thread
=1)
124
outputs="image"
125
)
126
app.queue(max_size=5,status_update_rate=5.0)
127
+
app.launch(
max_threads
=1)