Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bharat-raghunathan
/
song-lyrics-classifier
like
10
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bharat-raghunathan
commited on
Sep 27, 2024
Commit
736c541
·
verified
·
1 Parent(s):
a7b965a
Update app to include a public facing URL
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,4 +27,4 @@ iface = gr.Interface(fn=lyrics_categories,
27
article=description,
28
title="Song Genre Predictor",
29
)
30
-
iface.launch()
27
article=description,
28
title="Song Genre Predictor",
29
)
30
+
iface.launch(
share=True
)