broadfield commited on
Commit
d3059eb
1 Parent(s): f76aa99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.132
14
 
15
  gr.Interface(
16
  inference,
17
- inputs=[gr.Audio(type="filepath", label="Input")],
18
  outputs=[gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
19
  title=title,
20
  article=article,
 
14
 
15
  gr.Interface(
16
  inference,
17
+ inputs=[gr.Audio(type="numpy", label="Input")],
18
  outputs=[gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
19
  title=title,
20
  article=article,