Spaces:
Running
Running
Update to newer API
Browse files
app.py
CHANGED
@@ -23,10 +23,10 @@ examples = []
|
|
23 |
gr.Interface(
|
24 |
inference,
|
25 |
[
|
26 |
-
gr.
|
27 |
-
gr.
|
28 |
],
|
29 |
-
[gr.
|
30 |
type="file", label="Drums"), gr.outputs.Audio(type="file", label="Other")],
|
31 |
title=title,
|
32 |
description=description,
|
|
|
23 |
gr.Interface(
|
24 |
inference,
|
25 |
[
|
26 |
+
gr.Audio(type="numpy", label="Input"),
|
27 |
+
gr.Checkbox(label="Faster inference without X-UMX")
|
28 |
],
|
29 |
+
[gr.Audio(type="file", label="Vocals"), gr.outputs.Audio(type="file", label="Bass"), gr.outputs.Audio(
|
30 |
type="file", label="Drums"), gr.outputs.Audio(type="file", label="Other")],
|
31 |
title=title,
|
32 |
description=description,
|