Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tuan2308
/
face-swap
like
538
Running
on
Zero
App
Files
Files
Community
5
Update app.py
#4
by
Minhaz00014
- opened
Oct 24
base:
refs/heads/main
←
from:
refs/pr/4
Discussion
Files changed
+1
-1
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
)