Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ demo = gr.Interface(
|
|
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",
|
52 |
description="Algorithmic match lyrics classification by artist and genre"
|
53 |
)
|
|
|
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",
|
52 |
description="Algorithmic match lyrics classification by artist and genre"
|
53 |
)
|