annapurnapadmaprema-ji commited on
Commit
4d80d41
1 Parent(s): cf362cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def main():
61
  "Selected duration": time_slider
62
  })
63
 
64
- st.write("We will back with your music....please enjoy doing the rest of your tasks while we come back in some time :)")
65
  st.subheader("Generated Music")
66
  music_tensors = generate_music_tensors(text_area, time_slider)
67
 
 
61
  "Selected duration": time_slider
62
  })
63
 
64
+ st.write("We will be back with your music....please enjoy doing the rest of your tasks while we come back in some time :)")
65
  st.subheader("Generated Music")
66
  music_tensors = generate_music_tensors(text_area, time_slider)
67