Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def separateaudio(filepath):
|
|
32 |
|
33 |
|
34 |
separation = gr.Interface(
|
35 |
-
fn=
|
36 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
37 |
outputs=gr.outputs.Textbox(),
|
38 |
)
|
|
|
32 |
|
33 |
|
34 |
separation = gr.Interface(
|
35 |
+
fn=separateaudio,
|
36 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
37 |
outputs=gr.outputs.Textbox(),
|
38 |
)
|