Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIOmarRehan
/
Deep_Audio_Classifier_using_CNN
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AIOmarRehan
commited on
26 days ago
Commit
97440f0
·
verified
·
1 Parent(s):
6475ef5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -164,4 +164,4 @@ interface = gr.Interface(
164
description=description,
165
)
166
167
-
interface.launch()
164
description=description,
165
)
166
167
+
interface.launch(
ssr_mode=False
)