Update app.py
Browse files
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):
|