Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def main():
|
|
67 |
"Description": text_area,
|
68 |
"Selected duration": time_slider
|
69 |
}
|
70 |
-
|
71 |
)
|
72 |
st.subheader("Generated Music")
|
73 |
music_tensors = generate_music_tensors(text_area, time_slider)
|
|
|
67 |
"Description": text_area,
|
68 |
"Selected duration": time_slider
|
69 |
}
|
70 |
+
st.write("We will back with your music....please enjoy doing the rest of your tasks while we come back in some time :)")
|
71 |
)
|
72 |
st.subheader("Generated Music")
|
73 |
music_tensors = generate_music_tensors(text_area, time_slider)
|