Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def inference(audio):
|
|
9 |
return Path(audio.name).stem+"/0_violin.wav"
|
10 |
|
11 |
title = "Midi-DDSP"
|
12 |
-
description = "Gradio demo for MIDI-DDSP:
|
13 |
|
14 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.09312' target='_blank'>MIDI-DDSP: Detailed Control of Musical Performance via Hierarchical Modeling</a> | <a href='https://github.com/magenta/midi-ddsp' target='_blank'>Github Repo</a></p>"
|
15 |
|
|
|
9 |
return Path(audio.name).stem+"/0_violin.wav"
|
10 |
|
11 |
title = "Midi-DDSP"
|
12 |
+
description = "Gradio demo for MIDI-DDSP: EXPECT VIOLIN INPUT in midi file! \n Reworked to fix runtime error, based on: https://huggingface.co/spaces/akhaliq/midi-ddsp"
|
13 |
|
14 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.09312' target='_blank'>MIDI-DDSP: Detailed Control of Musical Performance via Hierarchical Modeling</a> | <a href='https://github.com/magenta/midi-ddsp' target='_blank'>Github Repo</a></p>"
|
15 |
|