nakas commited on
Commit
c126fad
·
1 Parent(s): 7d7992c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def inference(wav, instrument):
125
 
126
  inputs = [gr.inputs.Audio(label="input audio", type="file"),
127
  gr.inputs.Dropdown(["Violin", "Flute", "Trumpet"], type="value", default="Violin", label="Instrument")]
128
- outputs = gr.outputs.Audio(label="output audio", type="file")
129
 
130
 
131
  title = "neural waveshaping synthesis"
 
125
 
126
  inputs = [gr.inputs.Audio(label="input audio", type="file"),
127
  gr.inputs.Dropdown(["Violin", "Flute", "Trumpet"], type="value", default="Violin", label="Instrument")]
128
+ outputs = gr.outputs.Audio(label="output audio", type="numpy")
129
 
130
 
131
  title = "neural waveshaping synthesis"