amirgame197 commited on
Commit
4f00ee3
1 Parent(s): 8219f10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def separate_audio(audio_path, stem_count):
38
  # Define the Gradio 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
 
 
38
  # Define the Gradio interface
39
  iface = gr.Interface(
40
  fn=separate_audio,
41
+ inputs=[gr.Audio(type="filepath"), 2],
42
  outputs=[gr.Audio(label='Accompaniment'), gr.Audio(label='Vocals')]
43
  )
44