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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -95,8 +95,7 @@ with block:
95
  )
96
 
97
  btn = gr.Button("Transcribe")
98
- text = gr.Textbox(
99
- ).style(height="auto")
100
 
101
 
102
 
95
  )
96
 
97
  btn = gr.Button("Transcribe")
98
+ text = gr.Textbox()
 
99
 
100
 
101