Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sergiopaniego
/
DETR_object_detection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sergiopaniego
HF Staff
commited on
Aug 29, 2024
Commit
f34d06d
·
verified
·
1 Parent(s):
56d8a53
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -128,4 +128,4 @@ with gr.Blocks() as demo:
128
]
129
)#.launch()
130
131
-
demo.launch()
128
]
129
)#.launch()
130
131
+
demo.launch(
show_error=True
)