Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def separate_audio(audio_path, stem_count):
|
|
39 |
iface = gr.Interface(
|
40 |
fn=separate_audio,
|
41 |
inputs=[gr.Audio(type="filepath"), gr.Radio([2, 4, 5])],
|
42 |
-
outputs=[gr.Audio(label='Accompaniment'), gr.Audio(label='Vocals')
|
43 |
)
|
44 |
|
45 |
# Launch the interface
|
|
|
39 |
iface = gr.Interface(
|
40 |
fn=separate_audio,
|
41 |
inputs=[gr.Audio(type="filepath"), gr.Radio([2, 4, 5])],
|
42 |
+
outputs=[gr.Audio(label='Accompaniment'), gr.Audio(label='Vocals')]
|
43 |
)
|
44 |
|
45 |
# Launch the interface
|