Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def separateaudio(filepath):
|
|
35 |
|
36 |
separation = gr.Interface(
|
37 |
fn=separateaudio,
|
38 |
-
inputs=gr.Audio(
|
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 |
|