Spaces:
Runtime error
Runtime error
updated code
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ if submit:
|
|
| 52 |
|
| 53 |
with st.spinner(text='This may take a moment...'):
|
| 54 |
output_sentence = song_generator(input_song)
|
| 55 |
-
st.write(output_sentence
|
| 56 |
|
| 57 |
#output = song_generator(input_prompt)
|
| 58 |
|
|
|
|
| 52 |
|
| 53 |
with st.spinner(text='This may take a moment...'):
|
| 54 |
output_sentence = song_generator(input_song)
|
| 55 |
+
st.write(output_sentence)
|
| 56 |
|
| 57 |
#output = song_generator(input_prompt)
|
| 58 |
|