Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
|