Stranger in the Moonlight commited on
Commit
9bfe938
1 Parent(s): c007c7b
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ outputs = [
22
  ]
23
 
24
  title = "Music Spleeter"
25
- description = "Clearing a musical composition of the performer's voice is a common task. It is solved well, for example, by professional audio file editing programs. AI algorithms have also been gaining ground recently. In this case we use Deezer's Spleeter with ready pretrained models. It can leave as an output both just the music and just the performer's voice."
26
- article = "<p style='text-align: center'>Sources: <a href='https://github.com/deezer/spleeter/' target='_blank'>Spleeter</a>: a Fast and Efficient Music Source Separation Tool with Pre-Trained Models</p><p style='text-align: center'><a href='https://starstat.yt/cat/music' target='_blank'>StarStat Music</a>: Youtubers Net Worth in category Music</p>"
27
  examples = [
28
  ["audio_example.mp3", "vocals"]
29
  ]
 
22
  ]
23
 
24
  title = "Music Spleeter"
25
+ description = "Clearing a musical composition of the performer's voice is a common task. It is solved well, for example, by professional audio file editing programs. AI algorithms have also been gaining ground recently."
26
+ article = "<p>In this case we use Deezer's Spleeter with ready pretrained models. It can leave as an output both just the music and just the performer's voice.</p><p style='text-align: center'>Sources: <a href='https://github.com/deezer/spleeter/' target='_blank'>Spleeter</a>: a Fast and Efficient Music Source Separation Tool with Pre-Trained Models</p><p style='text-align: center'><a href='https://starstat.yt/cat/music' target='_blank'>StarStat Music</a>: Youtubers Net Worth in category Music</p>"
27
  examples = [
28
  ["audio_example.mp3", "vocals"]
29
  ]