Spaces:
Sleeping
Sleeping
commit
Browse files
app.py
CHANGED
@@ -644,7 +644,7 @@ def handle_generate(artist,song,genre,lyrics):
|
|
644 |
Negative: {neg}
|
645 |
""")
|
646 |
|
647 |
-
return all_pipes(pos,neg,pos_artist,pos_song)
|
648 |
|
649 |
# entry
|
650 |
|
|
|
644 |
Negative: {neg}
|
645 |
""")
|
646 |
|
647 |
+
return all_pipes(pos,neg,pos_artist,pos_song)[0]
|
648 |
|
649 |
# entry
|
650 |
|