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