Commit
·
f8edaa8
1
Parent(s):
422c5e7
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def main():
|
|
17 |
"""
|
18 |
)
|
19 |
|
20 |
-
|
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')
|
|
|
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')
|