amirgame197 commited on
Commit
dca37af
·
verified ·
1 Parent(s): d50faea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()