Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
weepakistan/nsfw-face-swap
bleak-ai
/
face-swap
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RahulBhalley
commited on
Feb 23
Commit
b8e5347
·
1 Parent(s):
fe481bd
share=Tture
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
)