Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks(css=css) as demo:
|
|
157 |
|
158 |
gr.HTML(article)
|
159 |
|
160 |
-
send_btn.click(predict, inputs=[
|
161 |
share_button.click(None, [], [], _js=share_js)
|
162 |
|
163 |
demo.queue(max_size=250).launch(debug=True)
|
|
|
157 |
|
158 |
gr.HTML(article)
|
159 |
|
160 |
+
send_btn.click(predict, inputs=[image_input], outputs=[spectrogram_output, sound_output, share_button, community_icon, loading_icon])
|
161 |
share_button.click(None, [], [], _js=share_js)
|
162 |
|
163 |
demo.queue(max_size=250).launch(debug=True)
|