Spaces:
Runtime error
Runtime error
TheStinger
commited on
Commit
•
798712f
1
Parent(s):
b39b97f
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ def main():
|
|
19 |
|
20 |
with gr.Row(elem_id=1):
|
21 |
audio_input = gr.Audio(type='filepath')
|
22 |
-
|
23 |
-
|
24 |
|
25 |
with gr.Row(elem_id=2):
|
26 |
output_markdown = gr.Markdown(value="", visible=True)
|
|
|
19 |
|
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):
|
26 |
output_markdown = gr.Markdown(value="", visible=True)
|