akhaliq HF staff commited on
Commit
5cdbebc
1 Parent(s): 3eb8d72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ with block:
158
  )
159
 
160
  btn = gr.Button("Transcribe")
161
- text = gr.Textbox()
162
 
163
 
164
 
158
  )
159
 
160
  btn = gr.Button("Transcribe")
161
+ text = gr.Textbox(show_label=False)
162
 
163
 
164