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
asutosh09
commited on
Apr 16, 2024
Commit
d3833e9
·
verified
·
1 Parent(s):
acfcbda
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -31,5 +31,5 @@ demo = gr.Interface(
31
cache_examples=True,
32
allow_flagging="never",
33
)
34
-
share=True in launch()
35
-
demo.launch()
31
cache_examples=True,
32
allow_flagging="never",
33
)
34
+
35
+
demo.launch(
share=True
)