Ahsen Khaliq
commited on
Commit
·
030d9da
1
Parent(s):
0a060f8
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ outputs = [
|
|
22 |
]
|
23 |
|
24 |
title = "Spleeter"
|
25 |
-
description = "demo for Spleeter
|
26 |
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>"
|
27 |
examples = [
|
28 |
["audio_example.mp3", "vocals"]
|
|
|
22 |
]
|
23 |
|
24 |
title = "Spleeter"
|
25 |
+
description = "Gradio demo for Spleeter: a fast and efficient music source separation tool with pre-trained models. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
|
26 |
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>"
|
27 |
examples = [
|
28 |
["audio_example.mp3", "vocals"]
|