Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
·
587e518
1
Parent(s):
bdaaef2
Update app.py
Browse files
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"
|