mrm8488 commited on
Commit
f3d5e4b
β€’
1 Parent(s): f759789

Update app.py

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