Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
085da01
1
Parent(s):
e9d9824
Update app.py
Browse files
app.py
CHANGED
@@ -10,14 +10,14 @@ def inference(audio):
|
|
10 |
return "./out/htdemucs/test/vocals.wav","./out/htdemucs/test/no_vocals.wav"
|
11 |
|
12 |
title = "Ilaria UVR 💖"
|
13 |
-
description = "
|
14 |
article = "Made with 💖 by Ilaria"
|
15 |
|
16 |
examples=[['test.mp3']]
|
17 |
gr.Interface(
|
18 |
inference,
|
19 |
-
gr.Audio(type="numpy", label="
|
20 |
-
[gr.Audio(type="filepath", label="
|
21 |
title=title,
|
22 |
description=description,
|
23 |
article=article,
|
|
|
10 |
return "./out/htdemucs/test/vocals.wav","./out/htdemucs/test/no_vocals.wav"
|
11 |
|
12 |
title = "Ilaria UVR 💖"
|
13 |
+
description = "Drag and drop an audio file to easily separate it! [Join AI Hub Discord Server](https://discord.gg/aihub).</p>"
|
14 |
article = "Made with 💖 by Ilaria"
|
15 |
|
16 |
examples=[['test.mp3']]
|
17 |
gr.Interface(
|
18 |
inference,
|
19 |
+
gr.Audio(type="numpy", label="Song"),
|
20 |
+
[gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="Instrumentals")],
|
21 |
title=title,
|
22 |
description=description,
|
23 |
article=article,
|