Update app.py
Browse files
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 |
-
|
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 |
+
["π§ 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,
|