Spaces:
Runtime error
Runtime error
amirgame197
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,8 @@ def separate_audio(audio_path):
|
|
29 |
iface = gr.Interface(
|
30 |
fn=separate_audio,
|
31 |
inputs=[gr.Audio(type="filepath", label="Audio File")],
|
32 |
-
outputs=[gr.Audio(label='Accompaniment'), gr.Audio(label='Vocals')]
|
|
|
33 |
)
|
34 |
|
35 |
iface.launch()
|
|
|
29 |
iface = gr.Interface(
|
30 |
fn=separate_audio,
|
31 |
inputs=[gr.Audio(type="filepath", label="Audio File")],
|
32 |
+
outputs=[gr.Audio(label='Accompaniment'), gr.Audio(label='Vocals')],
|
33 |
+
live=True
|
34 |
)
|
35 |
|
36 |
iface.launch()
|