Spaces:
Paused
Paused
Changed prompt
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ if st.session_state.emotion != None and st.session_state.genre != None and st.se
|
|
74 |
else:
|
75 |
speed = "slow and calm"
|
76 |
st.caption("Text description of your music file")
|
77 |
-
text_output = "A scenic image that describes a " + speed + " pace with a feeling of
|
78 |
st.text(text_output)
|
79 |
# if text_output:
|
80 |
# if st.button("Generate image from text description"):
|
|
|
74 |
else:
|
75 |
speed = "slow and calm"
|
76 |
st.caption("Text description of your music file")
|
77 |
+
text_output = "A scenic image that describes a " + speed + " pace with a feeling of" + st.session_state.emotion + "."
|
78 |
st.text(text_output)
|
79 |
# if text_output:
|
80 |
# if st.button("Generate image from text description"):
|