bharat-raghunathan commited on
Commit
e71ce50
1 Parent(s): e302782

Update app v0.999

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(fn=lyrics_categories,
24
  inputs=gr.inputs.Textbox(lines=20, placeholder="Enter song lyrics here...", label="Song Lyrics"),
25
  outputs=gr.outputs.Label(num_top_classes=5,
26
  examples=[stairway, numb, puppets, firework, yellow],
27
- article=desc,
28
  title="Song Lyrics Classifier",
29
  label="Lyrics Categories")
30
  )
 
24
  inputs=gr.inputs.Textbox(lines=20, placeholder="Enter song lyrics here...", label="Song Lyrics"),
25
  outputs=gr.outputs.Label(num_top_classes=5,
26
  examples=[stairway, numb, puppets, firework, yellow],
27
+ article=description,
28
  title="Song Lyrics Classifier",
29
  label="Lyrics Categories")
30
  )