Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ iface = gr.Interface(
|
|
| 17 |
inputs=gr.Audio(source="upload", type="filepath"),
|
| 18 |
outputs="audio",
|
| 19 |
title="Vocal Remover",
|
| 20 |
-
description="Removes Vocals from song",
|
| 21 |
)
|
| 22 |
|
| 23 |
iface.launch()
|
|
|
|
| 17 |
inputs=gr.Audio(source="upload", type="filepath"),
|
| 18 |
outputs="audio",
|
| 19 |
title="Vocal Remover",
|
| 20 |
+
description="Removes Vocals from song, currently undertrained, fragments of vocals can remain depending on song",
|
| 21 |
)
|
| 22 |
|
| 23 |
iface.launch()
|