Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kubinooo
/
convnext-tiny-224-audio-deepfake-detection
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kubinooo
commited on
Jun 4
Commit
317c337
·
1 Parent(s):
01d3f3f
remove debug from live prod space
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -35,4 +35,4 @@ demo = gr.Interface(
35
],
36
description=description
37
)
38
-
demo.launch(
debug=True
)
35
],
36
description=description
37
)
38
+
demo.launch()