Spaces:
Runtime error
Runtime error
TheStinger
commited on
Commit
•
befe227
1
Parent(s):
69e63b5
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def main():
|
|
20 |
with gr.Row(elem_id=1):
|
21 |
with gr.Column():
|
22 |
audio_input = gr.Audio(type='filepath')
|
23 |
-
|
24 |
|
25 |
with gr.Row(elem_id=2):
|
26 |
output_markdown = gr.Markdown(value="", visible=True)
|
|
|
20 |
with gr.Row(elem_id=1):
|
21 |
with gr.Column():
|
22 |
audio_input = gr.Audio(type='filepath')
|
23 |
+
create_spec_butt = gr.Button(value='Create Spectrogram And Get Info')
|
24 |
|
25 |
with gr.Row(elem_id=2):
|
26 |
output_markdown = gr.Markdown(value="", visible=True)
|