0xharib commited on
Commit
12fb981
·
1 Parent(s): a05391a

fixed error

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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