jmparejaz commited on
Commit
09ae93f
1 Parent(s): 7f25690

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def inference(audio):
19
  print(result.text)
20
  return result.text, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
21
 
22
-
23
  with block:
24
  with gr.Group():
25
  with gr.Box():
 
19
  print(result.text)
20
  return result.text, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
21
 
22
+ block = gr.Blocks(css=css)
23
  with block:
24
  with gr.Group():
25
  with gr.Box():