Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
X-Men01/YOLOv10-Fire-and-Smoke-Detection
TommyNgx
/
YOLOv10-Fire-and-Smoke-Detection
like
0
Sleeping
App
Files
Files
Community
TommyNgx
commited on
27 days ago
Commit
d49072e
•
1 Parent(s):
a061593
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ iface = gr.Interface(
54
)
55
56
if __name__ == "__main__":
57
-
iface.launch()
54
)
55
56
if __name__ == "__main__":
57
+
iface.launch(
show_error=True
)