Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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",
|