mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
fixed - io = gr.Interface(spectrogram, "audio", "plot")
This commit is contained in:
parent
d6cee093ae
commit
0199e9e7ed
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user