Surn commited on
Commit
9766876
1 Parent(s): bedb522

Small examples update

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -266,27 +266,27 @@ def ui(**kwargs):
266
  fn=predict,
267
  examples=[
268
  [
269
- "An 80s driving pop song with heavy drums and synth pads in the background",
270
  "./assets/bach.mp3",
271
  "melody"
272
  ],
273
  [
274
- "A cheerful country song with acoustic guitars",
275
  "./assets/bolero_ravel.mp3",
276
  "melody"
277
  ],
278
  [
279
- "90s rock song with electric guitar and heavy drums",
280
  None,
281
  "medium"
282
  ],
283
  [
284
- "a light and cheerly EDM track, with syncopated drums, aery pads, and strong emotions",
285
  "./assets/bach.mp3",
286
  "melody"
287
  ],
288
  [
289
- "lofi slow bpm electro chill with organic samples",
290
  None,
291
  "medium",
292
  ],
 
266
  fn=predict,
267
  examples=[
268
  [
269
+ "4/4 120bpm 320kbps 48khz, An 80s driving pop song with heavy drums and synth pads in the background",
270
  "./assets/bach.mp3",
271
  "melody"
272
  ],
273
  [
274
+ "4/4 120bpm 320kbps 48khz, A cheerful country song with acoustic guitars",
275
  "./assets/bolero_ravel.mp3",
276
  "melody"
277
  ],
278
  [
279
+ "4/4 120bpm 320kbps 48khz, 90s rock song with electric guitar and heavy drums",
280
  None,
281
  "medium"
282
  ],
283
  [
284
+ "4/4 120bpm 320kbps 48khz, a light and cheerly EDM track, with syncopated drums, aery pads, and strong emotions",
285
  "./assets/bach.mp3",
286
  "melody"
287
  ],
288
  [
289
+ "4/4 320kbps 48khz, lofi slow bpm electro chill with organic samples",
290
  None,
291
  "medium",
292
  ],