afrideva commited on
Commit
eb9f749
·
verified ·
1 Parent(s): 533170c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -10,9 +10,9 @@ def inference(audio):
10
  return "./out/mdx_extra_q/test/vocals.wav","./out/mdx_extra_q/test/bass.wav",\
11
  "./out/mdx_extra_q/test/drums.wav","./out/mdx_extra_q/test/other.wav"
12
 
13
- 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(
@@ -22,5 +22,5 @@ gr.Interface(
22
  title=title,
23
  description=description,
24
  article=article,
25
- examples=examples
26
  ).launch()
 
10
  return "./out/mdx_extra_q/test/vocals.wav","./out/mdx_extra_q/test/bass.wav",\
11
  "./out/mdx_extra_q/test/drums.wav","./out/mdx_extra_q/test/other.wav"
12
 
13
+ title = "Audio separation"
14
+ description = ""
15
+ article = ""
16
 
17
  # examples=[['test.mp3']]
18
  gr.Interface(
 
22
  title=title,
23
  description=description,
24
  article=article,
25
+ # examples=examples
26
  ).launch()