Spaces:
Running
Running
fix: wrong submodule
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ gr.Interface(
|
|
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.
|
30 |
-
type="filepath", label="Drums"), gr.
|
31 |
title=title,
|
32 |
description=description,
|
33 |
article=article,
|
|
|
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.Audio(type="filepath", label="Bass"), gr.Audio(
|
30 |
+
type="filepath", label="Drums"), gr.Audio(type="filepath", label="Other")],
|
31 |
title=title,
|
32 |
description=description,
|
33 |
article=article,
|