Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,4 +18,4 @@ gr.Interface(
|
|
| 18 |
[gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
|
| 19 |
title=title,
|
| 20 |
article=article,
|
| 21 |
-
).launch(
|
|
|
|
| 18 |
[gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
|
| 19 |
title=title,
|
| 20 |
article=article,
|
| 21 |
+
).launch()
|