storresbusquets commited on
Commit
587e518
·
1 Parent(s): bdaaef2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ with block as demo:
310
 
311
  with gr.Row().style(equal_height=True):
312
  size = gr.Dropdown(
313
- label="Model Size", choices=gio.sizes, value="base"
314
  )
315
  lang = gr.Dropdown(
316
  label="Language (Optional)", choices=gio.langs, value="none"
 
310
 
311
  with gr.Row().style(equal_height=True):
312
  size = gr.Dropdown(
313
+ label="Speech-to-text Model Size", choices=gio.sizes, value="base"
314
  )
315
  lang = gr.Dropdown(
316
  label="Language (Optional)", choices=gio.langs, value="none"