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
47a3da7
·
verified
·
1 Parent(s):
3fa03d2
Update app.py
Browse files
Remove share flag
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(server_name="0.0.0.0",
share
=
True
)
70
66
)
67
68
if __name__ == "__main__":
69
+
iface.launch(server_name="0.0.0.0",
ssr_mode
=
False
)
70