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
28 days ago
Commit
39bc1a9
·
verified
·
1 Parent(s):
5fa2eee
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,5 +66,5 @@ iface = gr.Interface(
66
)
67
68
if __name__ == "__main__":
69
-
iface.launch()
70
66
)
67
68
if __name__ == "__main__":
69
+
iface.launch(
server_name="0.0.0.0", ssr_mode=False
)
70