Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,12 +39,12 @@ article = "Inspired by <p><a href='https://github.com/facebookresearch/demucs' t
|
|
39 |
# Gradio Interface
|
40 |
demo = gr.Interface(
|
41 |
fn=inference,
|
42 |
-
inputs=gr.
|
43 |
outputs=[
|
44 |
-
gr.
|
45 |
-
gr.
|
46 |
-
gr.
|
47 |
-
gr.
|
48 |
],
|
49 |
article=article,
|
50 |
theme='syddharth/gray-minimal',
|
|
|
39 |
# Gradio Interface
|
40 |
demo = gr.Interface(
|
41 |
fn=inference,
|
42 |
+
inputs=gr.Audio(type="numpy", label="Input"),
|
43 |
outputs=[
|
44 |
+
gr.Audio(type="filepath", label="Vocals"),
|
45 |
+
gr.Audio(type="filepath", label="Bass"),
|
46 |
+
gr.Audio(type="filepath", label="Drums"),
|
47 |
+
gr.Audio(type="filepath", label="Other")
|
48 |
],
|
49 |
article=article,
|
50 |
theme='syddharth/gray-minimal',
|