yaron123 commited on
Commit
572edec
·
1 Parent(s): 7320aa5
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,9 +149,9 @@ def handle_generate(artist,song,genre,lyrics):
149
  pos = f'Realistic Natural Genuine Reasonable Detailed { pos_genre } GENRE SONG COVER FOR { pos_song }: "{ pos_lyrics }"'
150
 
151
  print(f"""
152
- Positive: {inp[1]}
153
 
154
- Negative: {inp[2]}
155
  """)
156
 
157
  img = pipe_generate(pos,neg)
 
149
  pos = f'Realistic Natural Genuine Reasonable Detailed { pos_genre } GENRE SONG COVER FOR { pos_song }: "{ pos_lyrics }"'
150
 
151
  print(f"""
152
+ Positive: {pos}
153
 
154
+ Negative: {neg}
155
  """)
156
 
157
  img = pipe_generate(pos,neg)