Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
JackismyShephard/music-genre-classification
asutosh09
/
MUSIC_MAJOR
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
asutosh09
commited on
Apr 16, 2024
Commit
de1b390
·
verified
·
1 Parent(s):
d3833e9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ demo = gr.Interface(
32
allow_flagging="never",
33
)
34
35
-
demo.launch(
share=True
)
32
allow_flagging="never",
33
)
34
35
+
demo.launch()