Spaces:
Sleeping
Sleeping
Deila Proalfa
commited on
Commit
·
00f8cdc
1
Parent(s):
2891437
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def inference(audio):
|
|
| 33 |
article = "Inspired by <p><a href='https://github.com/facebookresearch/demucs' target='_blank'>Demucs</a></p>\n<p>Copyright © 2023 JP Madsen</p"
|
| 34 |
|
| 35 |
|
| 36 |
-
|
| 37 |
inference,
|
| 38 |
gr.inputs.Audio(type = "numpy", label = "Input"),
|
| 39 |
[gr.outputs.Audio(type = "filepath", label = "Vocals"),
|
|
|
|
| 33 |
article = "Inspired by <p><a href='https://github.com/facebookresearch/demucs' target='_blank'>Demucs</a></p>\n<p>Copyright © 2023 JP Madsen</p"
|
| 34 |
|
| 35 |
|
| 36 |
+
demo = gr.Interface(
|
| 37 |
inference,
|
| 38 |
gr.inputs.Audio(type = "numpy", label = "Input"),
|
| 39 |
[gr.outputs.Audio(type = "filepath", label = "Vocals"),
|