antonbol commited on
Commit
d6ae6be
1 Parent(s): af891e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()