Spaces:
Running
Running
commit
Browse files
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: {
|
153 |
|
154 |
-
Negative: {
|
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)
|