Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.132
|
|
17 |
examples=[['test.mp3']]
|
18 |
gr.Interface(
|
19 |
inference,
|
20 |
-
gr.
|
21 |
-
[gr.
|
22 |
title=title,
|
23 |
description=description,
|
24 |
article=article,
|
|
|
17 |
examples=[['test.mp3']]
|
18 |
gr.Interface(
|
19 |
inference,
|
20 |
+
gr.components.Audio(type="numpy", label="Input"),
|
21 |
+
[gr.components.Audio(type="filepath", label="Vocals"),gr.components.Audio(type="filepath", label="Bass"),gr.components.Audio(type="filepath", label="Drums"),gr.components.Audio(type="filepath", label="Other")],
|
22 |
title=title,
|
23 |
description=description,
|
24 |
article=article,
|