amirgame197 commited on
Commit
9e1a108
·
verified ·
1 Parent(s): 5e28c79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'), gr.Audio(label='Drums'), gr.Audio(label='Bass'), gr.Audio(label='Other'), gr.Audio(label='Piano')]
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