Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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
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
)