Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Suhani-2407
/
Fire_Detection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Suhani-2407
commited on
Apr 6, 2025
Commit
ce1f2c2
·
verified
·
1 Parent(s):
50cdc70
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ interface = gr.Interface(
38
)
39
40
if __name__ == "__main__":
41
-
interface.launch()
38
)
39
40
if __name__ == "__main__":
41
+
interface.launch(
show_error=True
)