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