Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
weepakistan/nsfw-face-swap
Arivmta19
/
nsfw-face-swap
like
4
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Arivmta19
commited on
Oct 17, 2024
Commit
1f4ced2
·
verified
·
1 Parent(s):
d996db5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -78,4 +78,4 @@ with app:
78
outputs="image"
79
)
80
81
-
app.launch()
78
outputs="image"
79
)
80
81
+
app.launch(
share=True
)