Ahsen Khaliq commited on
Commit
371ca32
·
1 Parent(s): 9e3aacd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ title = "Spleeter"
24
  description = "demo for Spleeter by Deezer. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
25
  article = "<p style='text-align: center'><a href='https://research.deezer.com/projects/spleeter.html'>Spleeter: a Fast and Efficient Music Source Separation Tool with Pre-Trained Models</a> | <a href='https://github.com/deezer/spleeter'>Github Repo</a></p>"
26
  examples = [
27
- ["audio_example.mp3"]
28
  ]
29
 
30
  gr.Interface(spleeter, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
 
24
  description = "demo for Spleeter by Deezer. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
25
  article = "<p style='text-align: center'><a href='https://research.deezer.com/projects/spleeter.html'>Spleeter: a Fast and Efficient Music Source Separation Tool with Pre-Trained Models</a> | <a href='https://github.com/deezer/spleeter'>Github Repo</a></p>"
26
  examples = [
27
+ ["audio_example.mp3", "vocals"]
28
  ]
29
 
30
  gr.Interface(spleeter, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()