akhaliq HF staff commited on
Commit
87af018
1 Parent(s): 2ec251b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -92,15 +92,9 @@ with block:
92
  audio = gr.Audio(
93
  label="Input Audio",
94
  show_label=False,
95
- ).style(
96
- rounded=(True, False, False, True),
97
- container=False,
98
  )
99
 
100
- btn = gr.Button("Transcribe").style(
101
- margin=False,
102
- rounded=(False, True, True, False),
103
- )
104
  text = gr.Textbox(
105
  ).style(height="auto")
106
 
92
  audio = gr.Audio(
93
  label="Input Audio",
94
  show_label=False,
 
 
 
95
  )
96
 
97
+ btn = gr.Button("Transcribe")
 
 
 
98
  text = gr.Textbox(
99
  ).style(height="auto")
100