awacke1 commited on
Commit
6803edf
β€’
1 Parent(s): cdb9d14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +41 -7
app.py CHANGED
@@ -192,16 +192,50 @@ demo = gr.Interface(
192
  outputs=[
193
  gr.Audio(label="Generated Music", streaming=True, autoplay=True)
194
  ],
 
 
 
 
 
 
 
 
 
 
195
  examples = [
196
- ["Country acoustic guitar fast line dance singer like Kenny Chesney and Garth brooks and Luke Combs and Chris Stapleton. bpm: 100", 30, 0.5, 5],
197
- ["Electronic Dance track with pulsating bass and high energy synths. bpm: 126", 30, 0.5, 5],
198
- ["Rap Beats with deep bass and snappy snares. bpm: 80", 30, 0.5, 5],
199
- ["Lo-Fi track with smooth beats and chill vibes. bpm: 100", 30, 0.5, 5],
200
- ["Global Groove track with international instruments and dance rhythms. bpm: 128", 30, 0.5, 5],
201
- ["Relaxing Meditation music with ambient pads and soothing melodies. bpm: 80", 30, 0.5, 5],
202
- ["Rave Dance track with hard-hitting beats and euphoric synths. bpm: 128", 30, 0.5, 5]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
  ],
204
 
 
205
  title=title,
206
  description=description,
207
  article=article,
 
192
  outputs=[
193
  gr.Audio(label="Generated Music", streaming=True, autoplay=True)
194
  ],
195
+ #examples = [
196
+ # ["Country acoustic guitar fast line dance singer like Kenny Chesney and Garth brooks and Luke Combs and Chris Stapleton. bpm: 100", 30, 0.5, 5],
197
+ # ["Electronic Dance track with pulsating bass and high energy synths. bpm: 126", 30, 0.5, 5],
198
+ # ["Rap Beats with deep bass and snappy snares. bpm: 80", 30, 0.5, 5],
199
+ # ["Lo-Fi track with smooth beats and chill vibes. bpm: 100", 30, 0.5, 5],
200
+ # ["Global Groove track with international instruments and dance rhythms. bpm: 128", 30, 0.5, 5],
201
+ # ["Relaxing Meditation music with ambient pads and soothing melodies. bpm: 80", 30, 0.5, 5],
202
+ # ["Rave Dance track with hard-hitting beats and euphoric synths. bpm: 128", 30, 0.5, 5]
203
+ #],
204
+
205
  examples = [
206
+ ["🧘 Yoga, pilates, and other low-intensity activities. bpm: 60-90", 30, 0.5, 5],
207
+ ["🌟 Power yoga. bpm: 100-140", 30, 0.5, 5],
208
+ ["πŸ’ͺ CrossFit, indoor cycling, or other HIIT forms. bpm: 140-180+", 30, 0.5, 5],
209
+ ["πŸ’ƒ Zumba and dance. bpm: 130-170", 30, 0.5, 5],
210
+ ["πŸƒ Steady-state cardio, such as jogging. bpm: 120-140", 30, 0.5, 5],
211
+ ["πŸƒβ€β™‚οΈ Runners. bpm: 150-190", 30, 0.5, 5],
212
+ ["🚢 Walking or cycling. bpm: 80-110", 30, 0.5, 5],
213
+ ["πŸƒβ€β™€οΈ Long-distance runs. bpm: 120-140", 30, 0.5, 5],
214
+ ["πŸƒβ€β™‚οΈ Shorter, more intense runs. bpm: 147-160", 30, 0.5, 5],
215
+ ["πŸ‹οΈ Weightlifting. bpm: 130-140", 30, 0.5, 5],
216
+ ["🀸 Low impact aerobics. bpm: 133-148", 30, 0.5, 5],
217
+ ["🎸 Ballad / Slow. bpm: 50-85", 30, 0.5, 5],
218
+ ["🎹 Mid-Tempo. bpm: 90-105", 30, 0.5, 5],
219
+ ["πŸš€ Up-Tempo. bpm: 110-125", 30, 0.5, 5],
220
+ ["πŸ”₯ Fast. bpm: 130+", 30, 0.5, 5],
221
+ ["🎡 Blues. bpm: 50+", 30, 0.5, 5],
222
+ ["🎬 Ambient/Movie Score. bpm: 80", 30, 0.5, 5],
223
+ ["🌌 Down Tempo. bpm: 65-95", 30, 0.5, 5],
224
+ ["🌴 Reggae. bpm: 60-90", 30, 0.5, 5],
225
+ ["🎀 Hip-Hop. bpm: 85-110", 30, 0.5, 5],
226
+ ["🎸 Rock. bpm: 90-100", 30, 0.5, 5],
227
+ ["🎸 Alternative Rock. bpm: 120", 30, 0.5, 5],
228
+ ["πŸ’– RnB/Motown. bpm: 75-100", 30, 0.5, 5],
229
+ ["πŸ•Ί Dance/House. bpm: 110-130", 30, 0.5, 5],
230
+ ["✨ Trance. bpm: 120-140", 30, 0.5, 5],
231
+ ["πŸŽ›οΈ Techno. bpm: 130-150", 30, 0.5, 5],
232
+ ["πŸ”Š Dubstep. bpm: 130-145", 30, 0.5, 5],
233
+ ["πŸ₯ Drum n' Bass. bpm: 150-170", 30, 0.5, 5],
234
+ ["🀘 Punk Rock. bpm: 140-200", 30, 0.5, 5],
235
+ ["🌾 Bluegrass. bpm: 120-240", 30, 0.5, 5]
236
  ],
237
 
238
+
239
  title=title,
240
  description=description,
241
  article=article,