tianhk commited on
Commit
7a9ef3d
·
1 Parent(s): 63dbe00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ gr.Interface(
34
  fn = midi_ddsp_synth,
35
  inputs = [
36
  gr.inputs.Textbox(
37
- lines=1, placeholder=None, default='', label='Input instrument type, choose from: violin, viola, cello, double bass,\
38
- flute, oboe, clarinet, saxophone, bassoon, trumpet, horn, trombone, tuba'),
39
  gr.File(type="file", label="Upload .mid file here")
40
  ],
41
  outputs = "audio",
 
34
  fn = midi_ddsp_synth,
35
  inputs = [
36
  gr.inputs.Textbox(
37
+ lines=1, placeholder=None, default='', label='Input the instrument type (choose from: violin, viola, cello, double bass,\
38
+ flute, oboe, clarinet, saxophone, bassoon, trumpet, horn, trombone, tuba)'),
39
  gr.File(type="file", label="Upload .mid file here")
40
  ],
41
  outputs = "audio",