Spaces:
Running
Running
commit
Browse files
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)
|