Update app.py
Browse files
app.py
CHANGED
@@ -133,4 +133,4 @@ def waveform_from_spectrogram(
|
|
133 |
return waveform
|
134 |
|
135 |
|
136 |
-
gr.Interface(fn=wav_bytes_from_spectrogram_image, inputs=[gr.Image()], outputs=[gr.Audio()]).launch()
|
|
|
133 |
return waveform
|
134 |
|
135 |
|
136 |
+
gr.Interface(fn=wav_bytes_from_spectrogram_image, inputs=[gr.Image(type="numpy")], outputs=[gr.Audio()]).launch()
|