Spaces:
Sleeping
Sleeping
Commit
·
8a297b7
1
Parent(s):
81a86be
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ if submit:
|
|
39 |
|
40 |
with st.spinner(text='This may take a moment...'):
|
41 |
output_sentence = song_generator(input_song)
|
42 |
-
st.write(output_sentence)
|
43 |
|
44 |
#output = song_generator(input_prompt)
|
45 |
|
|
|
39 |
|
40 |
with st.spinner(text='This may take a moment...'):
|
41 |
output_sentence = song_generator(input_song)
|
42 |
+
st.write(output_sentence[0])
|
43 |
|
44 |
#output = song_generator(input_prompt)
|
45 |
|