Spaces:
Runtime error
Runtime error
TheStinger
commited on
Commit
•
cdd637b
1
Parent(s):
03c28fa
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,6 @@ def main():
|
|
20 |
with gr.Row(elem_id=1):
|
21 |
audio_input = gr.Audio(type='filepath')
|
22 |
with gr.Column():
|
23 |
-
clear_audio_butt = gr.Button(value='Clear')
|
24 |
create_spec_butt = gr.Button(value='Create Spectrogram And Get Info', variant='primary')
|
25 |
|
26 |
with gr.Row(elem_id=2):
|
|
|
20 |
with gr.Row(elem_id=1):
|
21 |
audio_input = gr.Audio(type='filepath')
|
22 |
with gr.Column():
|
|
|
23 |
create_spec_butt = gr.Button(value='Create Spectrogram And Get Info', variant='primary')
|
24 |
|
25 |
with gr.Row(elem_id=2):
|