Kuronos commited on
Commit
21594ea
·
1 Parent(s): 380dd6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: !!!EXPECT VIOLIN INPUT!!! \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
 
 
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