Bils commited on
Commit
6ad641b
·
verified ·
1 Parent(s): 89529cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,7 +149,7 @@ st.markdown("---")
149
  # ---------------------------------------------------------------------
150
  # 8) USER INPUT
151
  # ---------------------------------------------------------------------
152
- st.subheader("\ud83c\udfa4 Step 1: Describe Your Promo Idea")
153
  prompt = st.text_area(
154
  "Example: 'A 15-second hype jingle for a morning talk show, fun and energetic.'",
155
  height=120
@@ -192,7 +192,7 @@ st.markdown("---")
192
  # ---------------------------------------------------------------------
193
  # 9) GENERATE AUDIO WITH MUSICGEN
194
  # ---------------------------------------------------------------------
195
- st.subheader("\ud83c\udfb5 Step 2: Generate Audio")
196
  audio_length = st.slider("Track Length (tokens)", 128, 1024, 512, 64)
197
 
198
  if st.button("\ud83c\udfa7 Create Audio"):
 
149
  # ---------------------------------------------------------------------
150
  # 8) USER INPUT
151
  # ---------------------------------------------------------------------
152
+ st.subheader("🎤 Step 1: Describe Your Promo Idea")
153
  prompt = st.text_area(
154
  "Example: 'A 15-second hype jingle for a morning talk show, fun and energetic.'",
155
  height=120
 
192
  # ---------------------------------------------------------------------
193
  # 9) GENERATE AUDIO WITH MUSICGEN
194
  # ---------------------------------------------------------------------
195
+ st.subheader("🎵 Step 2: Generate Audio")
196
  audio_length = st.slider("Track Length (tokens)", 128, 1024, 512, 64)
197
 
198
  if st.button("\ud83c\udfa7 Create Audio"):