Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rashid996958
/
makeup-transfer
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rashid996958
commited on
12 days ago
Commit
84a7577
·
verified
·
1 Parent(s):
33d2f51
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -86,4 +86,4 @@ app = gr.Interface(fn=makeupTransfer,
86
cache_examples=True
87
)
88
89
-
app.launch()
86
cache_examples=True
87
)
88
89
+
app.launch(
share=True
)