Spaces:
Paused
Paused
drop Catalan from language selector
Browse files- src/small_cuts/viewer.py +1 -1
src/small_cuts/viewer.py
CHANGED
|
@@ -2291,7 +2291,7 @@ def build_viewer_app() -> gr.Blocks:
|
|
| 2291 |
# can validate by ear. Hidden (defaults English) on the v1 live Space so its
|
| 2292 |
# UI/behaviour is unchanged; the v1 path ignores the value.
|
| 2293 |
language = gr.Dropdown(
|
| 2294 |
-
choices=["English", "Spanish", "
|
| 2295 |
value="English",
|
| 2296 |
label="Voice language",
|
| 2297 |
container=False,
|
|
|
|
| 2291 |
# can validate by ear. Hidden (defaults English) on the v1 live Space so its
|
| 2292 |
# UI/behaviour is unchanged; the v1 path ignores the value.
|
| 2293 |
language = gr.Dropdown(
|
| 2294 |
+
choices=["English", "Spanish", "French"],
|
| 2295 |
value="English",
|
| 2296 |
label="Voice language",
|
| 2297 |
container=False,
|