Spaces:
Runtime error
Runtime error
fixed error
Browse files
app.py
CHANGED
@@ -139,8 +139,7 @@ with block:
|
|
139 |
with gr.Group():
|
140 |
with gr.Box():
|
141 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
142 |
-
audio = gr.Audio()
|
143 |
-
with gr.Blocks(css=css) as demo:
|
144 |
btn = gr.Button("Transcribe")
|
145 |
text = gr.Textbox(show_label=False)
|
146 |
|
|
|
139 |
with gr.Group():
|
140 |
with gr.Box():
|
141 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
142 |
+
audio = gr.Audio()
|
|
|
143 |
btn = gr.Button("Transcribe")
|
144 |
text = gr.Textbox(show_label=False)
|
145 |
|