afrideva commited on
Commit
be69aa9
1 Parent(s): 42986ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.132
17
  examples=[['test.mp3']]
18
  gr.Interface(
19
  inference,
20
- gr.inputs.Audio(type="numpy", label="Input"),
21
- [gr.outputs.Audio(type="filepath", label="Vocals"),gr.outputs.Audio(type="filepath", label="Bass"),gr.outputs.Audio(type="filepath", label="Drums"),gr.outputs.Audio(type="filepath", label="Other")],
22
  title=title,
23
  description=description,
24
  article=article,
 
17
  examples=[['test.mp3']]
18
  gr.Interface(
19
  inference,
20
+ gr.components.Audio(type="numpy", label="Input"),
21
+ [gr.components.Audio(type="filepath", label="Vocals"),gr.components.Audio(type="filepath", label="Bass"),gr.components.Audio(type="filepath", label="Drums"),gr.components.Audio(type="filepath", label="Other")],
22
  title=title,
23
  description=description,
24
  article=article,