Spaces:
Runtime error
Runtime error
HawkEye098432
commited on
Commit
•
c5b9352
1
Parent(s):
2a32252
Update app.py
Browse files
app.py
CHANGED
@@ -16,4 +16,4 @@ gr.Interface(
|
|
16 |
gr.Audio(type="numpy", label="Input"),
|
17 |
[gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
|
18 |
title=title,
|
19 |
-
).launch(
|
|
|
16 |
gr.Audio(type="numpy", label="Input"),
|
17 |
[gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
|
18 |
title=title,
|
19 |
+
).launch()
|