Spaces:
Runtime error
Runtime error
Commit
·
6d2e591
1
Parent(s):
9bb43d7
Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ iface = gr.Interface(
|
|
21 |
description="Removes Vocals from song, currently undertrained, fragments of vocals can remain depending on song",
|
22 |
)
|
23 |
iface.queue()
|
24 |
-
iface.launch(
|
|
|
21 |
description="Removes Vocals from song, currently undertrained, fragments of vocals can remain depending on song",
|
22 |
)
|
23 |
iface.queue()
|
24 |
+
iface.launch()
|