Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def inference(audio):
|
|
| 30 |
|
| 31 |
return files
|
| 32 |
|
| 33 |
-
article = "
|
| 34 |
|
| 35 |
demo = gr.Interface(
|
| 36 |
inference,
|
|
|
|
| 30 |
|
| 31 |
return files
|
| 32 |
|
| 33 |
+
article = "Inspired by <p><a href='https://github.com/facebookresearch/demucs' target='_blank'>Demucs</a></p>\n<p>Copyright © 2023 JP Madsen</p"
|
| 34 |
|
| 35 |
demo = gr.Interface(
|
| 36 |
inference,
|