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

Update app.py

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