Spaces:
Runtime error
Runtime error
TheStinger
commited on
Commit
•
d21f2ae
1
Parent(s):
cdd637b
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,6 @@ def main():
|
|
27 |
image_output = gr.Image(type='filepath', interactive=False)
|
28 |
|
29 |
create_spec_butt.click(fn=create_spectrogram_and_get_info, inputs=[audio_input], outputs=[output_markdown, image_output])
|
30 |
-
clear_audio_butt.click(fn=lambda: {"value": "", "__type__": "update"}, inputs=[], outputs=[audio_input])
|
31 |
|
32 |
app.queue(max_size=1022).launch(share=True)
|
33 |
|
|
|
27 |
image_output = gr.Image(type='filepath', interactive=False)
|
28 |
|
29 |
create_spec_butt.click(fn=create_spectrogram_and_get_info, inputs=[audio_input], outputs=[output_markdown, image_output])
|
|
|
30 |
|
31 |
app.queue(max_size=1022).launch(share=True)
|
32 |
|