Spaces:
Runtime error
Runtime error
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(source="upload", type="
|
|
|
|
| 133 |
return waveform
|
| 134 |
|
| 135 |
|
| 136 |
+
gr.Interface(fn=wav_bytes_from_spectrogram_image, inputs=[gr.Image(source="upload", type="pil")], outputs=[gr.Audio()]).launch()
|