Spaces:
Runtime error
Runtime error
Commit
·
3ca231d
1
Parent(s):
9094213
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(css=css) as demo:
|
|
88 |
|
89 |
with gr.Row(elem_id="audio-container").style(mobile_collapse=False, equal_height=True):
|
90 |
with gr.Column(scale=0.8):
|
91 |
-
recorder = gr.Audio(source="microphone", type="filepath", show_label=False
|
92 |
with gr.Column(scale=0.2, min_width=0):
|
93 |
speech = gr.Button("Submit speech").style(height="auto")
|
94 |
|
|
|
88 |
|
89 |
with gr.Row(elem_id="audio-container").style(mobile_collapse=False, equal_height=True):
|
90 |
with gr.Column(scale=0.8):
|
91 |
+
recorder = gr.Audio(source="microphone", type="filepath", show_label=False).style(container=False)
|
92 |
with gr.Column(scale=0.2, min_width=0):
|
93 |
speech = gr.Button("Submit speech").style(height="auto")
|
94 |
|