Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tuan2308/face-swap
enotkrutoy
/
face-swap
like
0
Sleeping
App
Files
Files
Community
enotkrutoy
commited on
Oct 21, 2024
Commit
c365ee1
·
verified
·
1 Parent(s):
752b8fa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -85,5 +85,4 @@ app = gr.Interface(
85
],
86
outputs="image"
87
)
88
-
89
-
app.launch(share=True)
85
],
86
outputs="image"
87
)
88
+
app.launch()