ylacombe HF staff commited on
Commit
1a52f72
1 Parent(s): 9f17dfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -694,8 +694,8 @@ demo = gr.Interface(
694
  ],
695
  examples=[
696
  ["An 80s driving pop song with heavy drums and synth pads in the background", None, 45, 1.5, 5],
697
- ["Bossa nova with guitars and synthesizer", None, 45, 1.5, 5],
698
- ["90s rock song with electric guitar and heavy drums", None, 45, 1.5, 5],
699
  ["a light and cheerly EDM track, with syncopated drums, aery pads, and strong emotions bpm: 130", None, 45, 1.5, 5],
700
  ["lofi slow bpm electro chill with organic samples", None, 45, 1.5, 5],
701
  ],
 
694
  ],
695
  examples=[
696
  ["An 80s driving pop song with heavy drums and synth pads in the background", None, 45, 1.5, 5],
697
+ ["Bossa nova with guitars and synthesizer", "./assets/assets_bolero_ravel.mp3", 45, 1.5, 5],
698
+ ["90s rock song with electric guitar and heavy drums", "./assets/assets_bach.mp3", 45, 1.5, 5],
699
  ["a light and cheerly EDM track, with syncopated drums, aery pads, and strong emotions bpm: 130", None, 45, 1.5, 5],
700
  ["lofi slow bpm electro chill with organic samples", None, 45, 1.5, 5],
701
  ],