Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def gradio_interface(audio_file, stem_count):
|
|
45 |
iface = gr.Interface(
|
46 |
fn=gradio_interface,
|
47 |
inputs=[gr.Audio(type="filepath"), gr.Radio([2, 4, 5])],
|
48 |
-
outputs=[gr.Audio(label="Output") for _ in range(5)],
|
49 |
)
|
50 |
|
51 |
iface.launch()
|
|
|
45 |
iface = gr.Interface(
|
46 |
fn=gradio_interface,
|
47 |
inputs=[gr.Audio(type="filepath"), gr.Radio([2, 4, 5])],
|
48 |
+
outputs=[gr.Audio(type="filepath", label="Output") for _ in range(5)],
|
49 |
)
|
50 |
|
51 |
iface.launch()
|