Update app.py
Browse files
app.py
CHANGED
@@ -196,6 +196,7 @@ demo = gr.Interface(
|
|
196 |
gr.Audio(label="Generated Music", streaming=True, autoplay=True)
|
197 |
],
|
198 |
examples = [
|
|
|
199 |
["Electronic Dance track with pulsating bass and high energy synths. bpm: 126", 30, 0.5, 5],
|
200 |
["Rap Beats with deep bass and snappy snares. bpm: 80", 30, 0.5, 5],
|
201 |
["Lo-Fi track with smooth beats and chill vibes. bpm: 100", 30, 0.5, 5],
|
|
|
196 |
gr.Audio(label="Generated Music", streaming=True, autoplay=True)
|
197 |
],
|
198 |
examples = [
|
199 |
+
["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],
|
200 |
["Electronic Dance track with pulsating bass and high energy synths. bpm: 126", 30, 0.5, 5],
|
201 |
["Rap Beats with deep bass and snappy snares. bpm: 80", 30, 0.5, 5],
|
202 |
["Lo-Fi track with smooth beats and chill vibes. bpm: 100", 30, 0.5, 5],
|