Spaces:
Sleeping
Sleeping
Commit
·
8794e5e
1
Parent(s):
cd63278
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(show_api=True)
|