Spaces:
Running
Running
Ashhar
commited on
Commit
•
794de16
1
Parent(s):
b2e7566
fixed issue credits link
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with gr.Interface(
|
|
42 |
gr.Audio(type="filepath", label="No Vocals / Instrumental")
|
43 |
],
|
44 |
title="Split your song into vocals & music",
|
45 |
-
article="<p style='text-align: center'>Credits: <a href
|
46 |
) as demo:
|
47 |
demo.load(__attachIp, None, None)
|
48 |
|
|
|
42 |
gr.Audio(type="filepath", label="No Vocals / Instrumental")
|
43 |
],
|
44 |
title="Split your song into vocals & music",
|
45 |
+
article="<p style='text-align: center'>Credits: <a href='https://huggingface.co/spaces/abidlabs/music-separation'>abidlabs/music-separation</a> </>",
|
46 |
) as demo:
|
47 |
demo.load(__attachIp, None, None)
|
48 |
|