Spaces:
Sleeping
Sleeping
Commit
·
12beffa
1
Parent(s):
60c82d7
fix label
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ gr.Interface(
|
|
| 24 |
inference,
|
| 25 |
[
|
| 26 |
gr.inputs.Audio(type="numpy", label="Input"),
|
| 27 |
-
gr.inputs.Checkbox(label="Faster inference without
|
| 28 |
],
|
| 29 |
[gr.outputs.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")],
|
|
|
|
| 24 |
inference,
|
| 25 |
[
|
| 26 |
gr.inputs.Audio(type="numpy", label="Input"),
|
| 27 |
+
gr.inputs.Checkbox(label="Faster inference without X-UMX")
|
| 28 |
],
|
| 29 |
[gr.outputs.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")],
|