Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kmiyasar
/
BreathSoundDetection
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kmiyasar
commited on
Jun 9, 2024
Commit
e01f6e1
·
1 Parent(s):
f1aecb6
revert enable_queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -279,4 +279,4 @@ iface = gr.Interface(
279
)
280
281
# Launch the Gradio interface
282
-
iface.launch(
enable_queue=True
)
279
)
280
281
# Launch the Gradio interface
282
+
iface.launch()