asigalov61
commited on
Commit
•
c44e30d
1
Parent(s):
2ef5316
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def GenerateMusic():
|
|
126 |
print('Sample INTs', out1[:12])
|
127 |
print('=' * 70)
|
128 |
|
129 |
-
generated_song_description = '\n'.join(''.join(tokens2txt(out1)).split('.'))
|
130 |
|
131 |
if len(out1) != 0:
|
132 |
|
|
|
126 |
print('Sample INTs', out1[:12])
|
127 |
print('=' * 70)
|
128 |
|
129 |
+
generated_song_description = '\n'.join(''.join(tokens2txt(out1)).split('. '))
|
130 |
|
131 |
if len(out1) != 0:
|
132 |
|