fdaudens commited on
Commit
e5d8f0d
·
verified ·
1 Parent(s): 1c09a33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -330,7 +330,7 @@ with gr.Blocks(title="Video → Transcript → Script") as demo:
330
  video = gr.Video(label="Upload video", format="mp4")
331
  language = gr.Dropdown(
332
  label="Language",
333
- choices=["Auto", "en", "fr"],
334
  value="Auto",
335
  )
336
  duration_label = gr.Dropdown(
 
330
  video = gr.Video(label="Upload video", format="mp4")
331
  language = gr.Dropdown(
332
  label="Language",
333
+ choices=["Auto", "en", "nl"],
334
  value="Auto",
335
  )
336
  duration_label = gr.Dropdown(