Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ gr.Interface(
|
|
36 |
title="MusicGen Demo",
|
37 |
description="Generate music using the MusicGen model.",
|
38 |
examples=[
|
39 |
-
["
|
40 |
["upbeat, electronic, synth, dance, 120 bpm", None]
|
41 |
]
|
42 |
).launch()
|
|
|
36 |
title="MusicGen Demo",
|
37 |
description="Generate music using the MusicGen model.",
|
38 |
examples=[
|
39 |
+
["trap, synthesizer, songstarters, dark, G# minor, 140 bpm", "./assets/kalhonaho.mp3"],
|
40 |
["upbeat, electronic, synth, dance, 120 bpm", None]
|
41 |
]
|
42 |
).launch()
|