Spaces:
Running
Running
Changed label for input prompt
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def save_file(model, audio_values, filename):
|
|
130 |
# Main Code
|
131 |
st.title("Plant Orchestra 🌿")
|
132 |
st.markdown("Generate music based on your own terrarium plants.")
|
133 |
-
prompt = st.text_input(label='
|
134 |
if st.button("Generate Music"):
|
135 |
if processor is not None and model is not None:
|
136 |
with st.spinner("Generating audio..."):
|
|
|
130 |
# Main Code
|
131 |
st.title("Plant Orchestra 🌿")
|
132 |
st.markdown("Generate music based on your own terrarium plants.")
|
133 |
+
prompt = st.text_input(label='Data collected from terrarium:', value='baby tears')
|
134 |
if st.button("Generate Music"):
|
135 |
if processor is not None and model is not None:
|
136 |
with st.spinner("Generating audio..."):
|