akhaliq HF staff commited on
Commit
aa628f7
1 Parent(s): dfd4b2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ 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="file", label="Bass"),gr.outputs.Audio(type="file", label="Drums"),gr.outputs.Audio(type="file", label="Other")],
22
  title=title,
23
  description=description,
24
  article=article,
 
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,