Ahsen Khaliq
commited on
Commit
·
51c65e0
1
Parent(s):
c188fc0
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def inference(audio):
|
|
11 |
|
12 |
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(
|
|
|
11 |
|
12 |
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' target='_blank'>Music Source Separation in the Waveform Domain</a> | <a href='https://github.com/facebookresearch/demucs' target='_blank'>Github Repo</a></p>"
|
15 |
|
16 |
examples=[['test.mp3']]
|
17 |
gr.Interface(
|