Update app.py
Browse files
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 = "
|
14 |
-
description = "
|
15 |
-
article = "
|
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()
|