Spaces:
Running
Running
fix: wrong audio type
Browse files
app.py
CHANGED
@@ -23,11 +23,11 @@ examples = []
|
|
23 |
gr.Interface(
|
24 |
inference,
|
25 |
[
|
26 |
-
gr.Audio(type="
|
27 |
gr.Checkbox(label="Faster inference without X-UMX")
|
28 |
],
|
29 |
-
[gr.Audio(type="
|
30 |
-
type="
|
31 |
title=title,
|
32 |
description=description,
|
33 |
article=article,
|
|
|
23 |
gr.Interface(
|
24 |
inference,
|
25 |
[
|
26 |
+
gr.Audio(type="filepath", label="Input"),
|
27 |
gr.Checkbox(label="Faster inference without X-UMX")
|
28 |
],
|
29 |
+
[gr.Audio(type="filepath", label="Vocals"), gr.outputs.Audio(type="filepath", label="Bass"), gr.outputs.Audio(
|
30 |
+
type="filepath", label="Drums"), gr.outputs.Audio(type="filepath", label="Other")],
|
31 |
title=title,
|
32 |
description=description,
|
33 |
article=article,
|