Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/mediapipe-pose-estimation
t-montes
/
mediapipe-pose-estimation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
t-montes
commited on
Oct 25, 2024
Commit
418109a
·
verified
·
1 Parent(s):
86f2846
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -79,4 +79,4 @@ demo = gr.Interface(
79
)
80
81
if __name__ == "__main__":
82
-
demo.queue().launch()
79
)
80
81
if __name__ == "__main__":
82
+
demo.queue().launch(
show_error=True
)