Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ardneebwar/music-genre-classifier
smpol
/
music-genre-classifier
like
3
Runtime error
App
Files
Files
Community
smpol
commited on
Jan 9
Commit
0b7d49b
•
1 Parent(s):
ce646f6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -49,6 +49,6 @@ demo = gr.Interface(
49
description=description,
50
)
51
52
-
53
54
demo.launch()
49
description=description,
50
)
51
52
+
demo.queue()
53
54
demo.launch()