Pushpahasa commited on
Commit
a7073e5
·
verified ·
1 Parent(s): 4762ced

updated code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[0])
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