renatotn7 commited on
Commit
cd260f7
·
1 Parent(s): f63cb76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ title = "Demucs"
14
  description = "Gradio demo for Demucs: Music Source Separation in the Waveform Domain. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
15
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.13254' target='_blank'>Music Source Separation in the Waveform Domain</a> | <a href='https://github.com/facebookresearch/demucs' target='_blank'>Github Repo</a></p>"
16
 
17
- examples=[['test.mp3']]
18
  gr.Interface(
19
  inference,
20
  gr.inputs.Audio(type="numpy", label="Input"),
 
14
  description = "Gradio demo for Demucs: Music Source Separation in the Waveform Domain. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
15
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.13254' target='_blank'>Music Source Separation in the Waveform Domain</a> | <a href='https://github.com/facebookresearch/demucs' target='_blank'>Github Repo</a></p>"
16
 
17
+ examples=[['elianap1.mp3'],['elianap2.mp3'],['elianap3.mp3']]
18
  gr.Interface(
19
  inference,
20
  gr.inputs.Audio(type="numpy", label="Input"),