yaron123 commited on
Commit
ec48f2e
·
1 Parent(s): 0cd204f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -640,7 +640,7 @@ def handle_generate(artist,song,genre,lyrics):
640
  names = []
641
  index = 1
642
  for img in imgs:
643
- labeled_img = add_song_cover_text(img)
644
  enhanced_img = upscaler(labeled_img)
645
  name = f'{pos_artist} - {pos_song} ({index}).png'
646
  enhanced_img.save(name)
 
640
  names = []
641
  index = 1
642
  for img in imgs:
643
+ labeled_img = add_song_cover_text(img,pos_artist,pos_song)
644
  enhanced_img = upscaler(labeled_img)
645
  name = f'{pos_artist} - {pos_song} ({index}).png'
646
  enhanced_img.save(name)