Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def midi_ddsp_synth(instrument, midi_file):
|
|
| 28 |
|
| 29 |
title = "Midi-DDSP Demo"
|
| 30 |
|
| 31 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.09312' target='_blank'>
|
| 32 |
| <a href='https://github.com/magenta/midi-ddsp' target='_blank'>Github Repo</a></p>\
|
| 33 |
| <a href='https://huggingface.co/spaces/lukewys/midi-ddsp' target='_blank'>Official Hugging Face Demo</a></p>"
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
title = "Midi-DDSP Demo"
|
| 30 |
|
| 31 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.09312' target='_blank'>Paper</a>\
|
| 32 |
| <a href='https://github.com/magenta/midi-ddsp' target='_blank'>Github Repo</a></p>\
|
| 33 |
| <a href='https://huggingface.co/spaces/lukewys/midi-ddsp' target='_blank'>Official Hugging Face Demo</a></p>"
|
| 34 |
|