annapurnapadmaprema-ji commited on
Commit
795cfe8
1 Parent(s): 0b3a9f2

Update app.py

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