awacke1 commited on
Commit
6281e92
โ€ข
1 Parent(s): 9f6e579

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +32 -7
app.py CHANGED
@@ -192,16 +192,41 @@ 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
+ ["๐ŸŒŸ Dance/EDM track with vibrant synths and a driving beat. bpm: 128", 30, 0.5, 5],
207
+ ["๐Ÿ’ผ Corporate theme with an upbeat tempo and motivational melodies. bpm: 120", 30, 0.5, 5],
208
+ ["๐ŸŽธ Rock anthem with powerful guitar riffs and energetic drums. bpm: 140", 30, 0.5, 5],
209
+ ["๐ŸŒŠ Chill Out track with soothing ambient sounds and relaxed tempo. bpm: 90", 30, 0.5, 5],
210
+ ["๐ŸŽค Hip Hop beat with hard-hitting bass and catchy rhythms. bpm: 95", 30, 0.5, 5],
211
+ ["๐ŸŽป Orchestral piece with dramatic strings and grand composition. bpm: 70", 30, 0.5, 5],
212
+ ["๐Ÿ•บ Funk groove with groovy basslines and rhythmic guitars. bpm: 110", 30, 0.5, 5],
213
+ ["๐Ÿ•น๏ธ Video Game music with retro synths and catchy chiptune melodies. bpm: 130", 30, 0.5, 5],
214
+ ["๐ŸŒพ Folk song with acoustic guitar and harmonious vocals. bpm: 85", 30, 0.5, 5],
215
+ ["๐ŸŒ™ Ambient soundscape with ethereal pads and calming tones. bpm: 60", 30, 0.5, 5],
216
+ ["๐ŸŽท Jazz tune with smooth saxophone and swinging rhythms. bpm: 120", 30, 0.5, 5],
217
+ ["๐Ÿ‘ถ Kids music with cheerful melodies and playful instruments. bpm: 100", 30, 0.5, 5],
218
+ ["๐ŸŒŸ Pop hit with catchy hooks and upbeat rhythms. bpm: 115", 30, 0.5, 5],
219
+ ["๐ŸŽฌ Production music with versatile sounds for various media. bpm: 110", 30, 0.5, 5],
220
+ ["๐Ÿ”Š Electronic piece with experimental sounds and unique textures. bpm: 125", 30, 0.5, 5],
221
+ ["๐ŸŒด Reggae rhythm with laid-back vibes and offbeat guitar chords. bpm: 75", 30, 0.5, 5],
222
+ ["๐Ÿ’ƒ Dance track with infectious beats and lively energy. bpm: 130", 30, 0.5, 5],
223
+ ["๐ŸŽค R&B tune with smooth vocals and soulful grooves. bpm: 90", 30, 0.5, 5],
224
+ ["๐ŸŽ‰ Latin song with rhythmic percussion and fiery melodies. bpm: 105", 30, 0.5, 5],
225
+ ["๐Ÿค  Country track with twangy guitars and heartfelt storytelling. bpm: 85", 30, 0.5, 5],
226
+ ["๐ŸŽถ Indian music with traditional instruments and intricate rhythms. bpm: 95", 30, 0.5, 5]
227
  ],
228
 
229
+
230
  title=title,
231
  description=description,
232
  article=article,