macayaven commited on
Commit
d4eb93d
·
verified ·
1 Parent(s): f2f234b

drop Catalan from language selector

Browse files
Files changed (1) hide show
  1. 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", "Catalan", "French"],
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,