fixed - io = gr.Interface(spectrogram, "audio", "plot")

This commit is contained in:
mriyank 2020-09-22 20:35:34 +05:30 committed by GitHub
parent d6cee093ae
commit 0199e9e7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ def spectrogram(audio):
return plt
io = gr.Interface(spectrogram, "audio", "plot
io = gr.Interface(spectrogram, "audio", "plot")
io.test_launch()
io.launch()