Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
adpro/dpt-depth01
adpro
/
dpt-depth04
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
adpro
commited on
Jul 7
Commit
9b79d8f
·
verified
·
1 Parent(s):
fc40b5b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ iface = gr.Interface(
52
allow_flagging="never",
53
#cache_examples=False,
54
)
55
-
iface.launch(
debug=True, show_api=False
)
52
allow_flagging="never",
53
#cache_examples=False,
54
)
55
+
iface.launch()