Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,8 @@ def separate_audio(audio_path):
|
|
| 32 |
|
| 33 |
iface = gr.Interface(
|
| 34 |
fn=separate_audio,
|
| 35 |
-
title="Professional(😂) One click music vocal extraction using Spleeter"
|
|
|
|
| 36 |
inputs=[gr.Audio(type="filepath", label="Audio File")],
|
| 37 |
outputs=[gr.Audio(label='Accompaniment'), gr.Audio(label='Vocals')],
|
| 38 |
live=True
|
|
|
|
| 32 |
|
| 33 |
iface = gr.Interface(
|
| 34 |
fn=separate_audio,
|
| 35 |
+
title="Professional(😂) One click music vocal extraction using Spleeter",
|
| 36 |
+
description="Usage Example: you can import the vocal to one of those voice changers then combine instrument with the result to get the normal music but with a changed vocal!",
|
| 37 |
inputs=[gr.Audio(type="filepath", label="Audio File")],
|
| 38 |
outputs=[gr.Audio(label='Accompaniment'), gr.Audio(label='Vocals')],
|
| 39 |
live=True
|