Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
glentrix
/
wallpaper
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
glentrix
commited on
8 days ago
Commit
d65825d
·
verified
·
1 Parent(s):
8a23b15
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -147,4 +147,4 @@ with gr.Blocks(css=css) as demo:
147
)
148
149
if __name__ == "__main__":
150
-
demo.launch()
147
)
148
149
if __name__ == "__main__":
150
+
demo.launch(
share=True, server_name="0.0.0.0", server_port=7860
)