susnato commited on
Commit
46b58a0
1 Parent(s): 26cb741

removed the last 2 examples

Browse files
Files changed (3) hide show
  1. app.py +0 -2
  2. examples/BornThisWay.mp3 +0 -0
  3. examples/Sk8erBoi.mp3 +0 -0
app.py CHANGED
@@ -144,8 +144,6 @@ with block:
144
  with gr.Group():
145
  gr.Examples([
146
  ["./examples/custom_song.mp3", "composer1"],
147
- ["./examples/BornThisWay.mp3", "composer1"],
148
- ["./examples/Sk8erBoi.mp3", "composer2"],
149
  ],
150
  fn=inference,
151
  inputs=[file_uploaded, composer],
 
144
  with gr.Group():
145
  gr.Examples([
146
  ["./examples/custom_song.mp3", "composer1"],
 
 
147
  ],
148
  fn=inference,
149
  inputs=[file_uploaded, composer],
examples/BornThisWay.mp3 DELETED
Binary file (482 kB)
 
examples/Sk8erBoi.mp3 DELETED
Binary file (673 kB)