Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SanskarModi
/
deepdetect
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SanskarModi
commited on
Apr 8, 2025
Commit
04bb1f8
·
verified
·
1 Parent(s):
e89e5f9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,4 +41,4 @@ demo = gr.Interface(
41
)
42
43
if __name__ == "__main__":
44
-
demo.launch()
41
)
42
43
if __name__ == "__main__":
44
+
demo.launch(
debug=True
)