Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def classify_lyrics(lyric):
|
|
45 |
demo = gr.Interface(
|
46 |
fn=classify_lyrics,
|
47 |
inputs=[gr.Textbox(label="Enter any lyrics here", value="Nothing Else Matters")],
|
48 |
-
outputs=[gr.Label(label"
|
49 |
gr.Textbox(label="Title/Artist"),
|
50 |
gr.Textbox(label="Genre (if identified)")],
|
51 |
title="Algorithmic Lyrics Classifier",
|
|
|
45 |
demo = gr.Interface(
|
46 |
fn=classify_lyrics,
|
47 |
inputs=[gr.Textbox(label="Enter any lyrics here", value="Nothing Else Matters")],
|
48 |
+
outputs=[gr.Label(label="Match score"),
|
49 |
gr.Textbox(label="Title/Artist"),
|
50 |
gr.Textbox(label="Genre (if identified)")],
|
51 |
title="Algorithmic Lyrics Classifier",
|