keivalya commited on
Commit
4aa6a65
·
verified ·
1 Parent(s): b7ffa5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(
50
  gr.Textbox(label="Artist", show_copy_button=True),
51
  gr.Textbox(label="Music", show_copy_button=True),
52
  gr.Textbox(label="Genre", show_copy_button=True),
53
- gr.Image()
54
  ]
55
  )
56
 
 
50
  gr.Textbox(label="Artist", show_copy_button=True),
51
  gr.Textbox(label="Music", show_copy_button=True),
52
  gr.Textbox(label="Genre", show_copy_button=True),
53
+ gr.Image(label="Cover")
54
  ]
55
  )
56