asigalov61 commited on
Commit
1ab5f2b
·
verified ·
1 Parent(s): 7f66da9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"'Match score"),
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",