Ahsen Khaliq commited on
Commit
b9595a2
1 Parent(s): 0be0c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ title = "Demucs"
13
  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."
14
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.13254'>Music Source Separation in the Waveform Domain</a> | <a href='https://github.com/facebookresearch/demucs'>Github Repo</a></p>"
15
 
16
- examples=['test.mp3']
17
  gr.Interface(
18
  inference,
19
  [gr.inputs.Audio(type="numpy", label="Input")],
 
13
  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."
14
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.13254'>Music Source Separation in the Waveform Domain</a> | <a href='https://github.com/facebookresearch/demucs'>Github Repo</a></p>"
15
 
16
+ examples=[['test.mp3']]
17
  gr.Interface(
18
  inference,
19
  [gr.inputs.Audio(type="numpy", label="Input")],