Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tuan2308
/
face-swap
like
949
Running
on
Zero
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
Minhaz00014
commited on
Oct 24, 2024
Commit
3538116
·
verified
·
1 Parent(s):
9bb30ce
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -85,4 +85,4 @@ app = gr.Interface(
85
],
86
outputs="image"
87
)
88
-
app.launch()
85
],
86
outputs="image"
87
)
88
+
app.launch(
share=True
)