Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hank1229
/
StyleSavvy-ai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hank1229
commited on
May 5
Commit
3fa03d2
·
verified
·
1 Parent(s):
fdc5c87
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,5 @@ iface = gr.Interface(
66
)
67
68
if __name__ == "__main__":
69
-
iface.launch()
66
)
67
68
if __name__ == "__main__":
69
+
iface.launch(
server_name="0.0.0.0", share=True
)
70
+