Spaces:
Runtime error
Runtime error
Commit
·
c31e738
1
Parent(s):
817b5d9
Update app.py
Browse files
app.py
CHANGED
@@ -20,5 +20,5 @@ iface = gr.Interface(
|
|
20 |
title="Vocal Remover",
|
21 |
description="Removes Vocals from song, currently undertrained, fragments of vocals can remain depending on song",
|
22 |
)
|
23 |
-
|
24 |
iface.launch()
|
|
|
20 |
title="Vocal Remover",
|
21 |
description="Removes Vocals from song, currently undertrained, fragments of vocals can remain depending on song",
|
22 |
)
|
23 |
+
iface.queue()
|
24 |
iface.launch()
|