Manjushri commited on
Commit
d5d153a
·
1 Parent(s): 1344cfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -169,12 +169,12 @@ def ui_full(launch_kwargs):
169
  examples=[
170
  [
171
  "An 80s driving pop song with heavy drums and synth pads in the background",
172
- "./assets/bach.mp3",
173
  "melody"
174
  ],
175
  [
176
  "A cheerful country song with acoustic guitars",
177
- "./assets/bolero_ravel.mp3",
178
  "melody"
179
  ],
180
  [
@@ -184,7 +184,7 @@ def ui_full(launch_kwargs):
184
  ],
185
  [
186
  "a light and cheerly EDM track, with syncopated drums, aery pads, and strong emotions",
187
- "./assets/bach.mp3",
188
  "melody"
189
  ],
190
  [
 
169
  examples=[
170
  [
171
  "An 80s driving pop song with heavy drums and synth pads in the background",
172
+ "./bach.mp3",
173
  "melody"
174
  ],
175
  [
176
  "A cheerful country song with acoustic guitars",
177
+ "./bolero_ravel.mp3",
178
  "melody"
179
  ],
180
  [
 
184
  ],
185
  [
186
  "a light and cheerly EDM track, with syncopated drums, aery pads, and strong emotions",
187
+ "./bach.mp3",
188
  "melody"
189
  ],
190
  [