jthteo commited on
Commit
a1036d7
1 Parent(s): 86f5d25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ with block:
146
  with gr.Group():
147
  with gr.Box():
148
  wmodel = gr.Radio(
149
- choices=["tiny", "base", "small", "medium", "large"],
150
  label="Model used",
151
  value="small")
152
  with gr.Row().style(mobile_collapse=False, equal_height=True):
 
146
  with gr.Group():
147
  with gr.Box():
148
  wmodel = gr.Radio(
149
+ choices=["tiny", "base", "small", "medium", "large", "small.en", "medium.en"],
150
  label="Model used",
151
  value="small")
152
  with gr.Row().style(mobile_collapse=False, equal_height=True):