Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
johnrobinsn
/
MidasDepthEstimation
like
20
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
johnrobinsn
commited on
Jan 13
Commit
540cfb2
·
verified
·
1 Parent(s):
c5847d6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ with gr.Blocks(css="#depth-viewer { height: 600px; }") as demo:
65
cache_examples=False
66
)
67
68
-
demo.launch(
server_name="0.0.0.0"
)
65
cache_examples=False
66
)
67
68
+
demo.launch()