yaron123 commited on
Commit
8e3b331
·
1 Parent(s): facb8e1
Files changed (1) hide show
  1. app.py +1 -1
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