Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ljsabc/AnimeIns_CPU
svjack
/
AnimeIns_CPU
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
Jan 6
Commit
5f15714
·
verified
·
1 Parent(s):
835c357
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -76,5 +76,5 @@ iface = gr.Interface(
76
examples=["1562990.jpg", "612989.jpg", "sample_3.jpg"]
77
)
78
79
-
iface.launch()
80
76
examples=["1562990.jpg", "612989.jpg", "sample_3.jpg"]
77
)
78
79
+
iface.launch(
share = True
)
80