Commit
·
2b04f62
1
Parent(s):
a31b28c
final commit... maybe???
Browse files
app.py
CHANGED
@@ -17,11 +17,11 @@ def main():
|
|
17 |
"""
|
18 |
)
|
19 |
|
20 |
-
with gr.
|
21 |
audio_input = gr.Audio(type='filepath')
|
22 |
-
with gr.
|
23 |
-
|
24 |
-
|
25 |
|
26 |
with gr.Column(elem_id=2):
|
27 |
output_markdown = gr.Markdown(value="", visible=True)
|
|
|
17 |
"""
|
18 |
)
|
19 |
|
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.Column(elem_id=2):
|
27 |
output_markdown = gr.Markdown(value="", visible=True)
|