Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,8 @@ def midi_ddsp_synth(instrument, midi_file):
|
|
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
|
33 |
-
| <a href='https://huggingface.co/spaces/lukewys/midi-ddsp' target='_blank'>Official Hugging Face
|
34 |
|
35 |
gr.Interface(
|
36 |
fn = midi_ddsp_synth,
|
|
|
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>\
|
33 |
+
| <a href='https://huggingface.co/spaces/lukewys/midi-ddsp' target='_blank'>Official Hugging Face Space</a></p>"
|
34 |
|
35 |
gr.Interface(
|
36 |
fn = midi_ddsp_synth,
|