Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
johnrobinsn
/
MidasDepthEstimation
like
20
Running
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()