Monke64 commited on
Commit
481c7ae
·
1 Parent(s): 6360022

Changed prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 " + st.session_state.emotion + "."
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"):