Spaces:
Runtime error
Runtime error
TheStinger
commited on
Commit
•
26ffebf
1
Parent(s):
a7fceac
Update app.py
Browse files
app.py
CHANGED
@@ -17,12 +17,12 @@ def main():
|
|
17 |
"""
|
18 |
)
|
19 |
|
20 |
-
with gr.Row(
|
21 |
with gr.Column():
|
22 |
audio_input = gr.Audio(type='filepath')
|
23 |
create_spec_butt = gr.Button(value='Create Spectrogram And Get Info', variant='primary')
|
24 |
|
25 |
-
with gr.
|
26 |
output_markdown = gr.Markdown(value="", visible=True)
|
27 |
image_output = gr.Image(type='filepath', interactive=False)
|
28 |
|
|
|
17 |
"""
|
18 |
)
|
19 |
|
20 |
+
with gr.Row():
|
21 |
with gr.Column():
|
22 |
audio_input = gr.Audio(type='filepath')
|
23 |
create_spec_butt = gr.Button(value='Create Spectrogram And Get Info', variant='primary')
|
24 |
|
25 |
+
with gr.Column():
|
26 |
output_markdown = gr.Markdown(value="", visible=True)
|
27 |
image_output = gr.Image(type='filepath', interactive=False)
|
28 |
|