midoux05 commited on
Commit
0a35b67
·
verified ·
1 Parent(s): 6dd1808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def separateaudio(filepath):
35
 
36
  separation = gr.Interface(
37
  fn=separateaudio,
38
- inputs=gr.Audio(source="upload", type="filepath"),
39
  outputs=gr.Audio(type="filepath"),
40
  )
41
 
 
35
 
36
  separation = gr.Interface(
37
  fn=separateaudio,
38
+ inputs=gr.Audio( type="filepath"),
39
  outputs=gr.Audio(type="filepath"),
40
  )
41