Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ examples=[['test.mp3']]
|
|
18 |
gr.Interface(
|
19 |
inference,
|
20 |
gr.inputs.Audio(type="numpy", label="Input"),
|
21 |
-
[gr.outputs.Audio(type="filepath", label="Vocals"),gr.outputs.Audio(type="
|
22 |
title=title,
|
23 |
description=description,
|
24 |
article=article,
|
|
|
18 |
gr.Interface(
|
19 |
inference,
|
20 |
gr.inputs.Audio(type="numpy", label="Input"),
|
21 |
+
[gr.outputs.Audio(type="filepath", label="Vocals"),gr.outputs.Audio(type="filepath", label="Bass"),gr.outputs.Audio(type="filepath", label="Drums"),gr.outputs.Audio(type="filepath", label="Other")],
|
22 |
title=title,
|
23 |
description=description,
|
24 |
article=article,
|