artificialguybr commited on
Commit
c39fcd9
·
1 Parent(s): ad13d61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ iface = gr.Interface(
126
  fn=process_video,
127
  inputs=[
128
  gr.Video(),
129
- gr.Dropdown(choices=list(lang_codes.keys()), label="Target Language for Dubbing", value="English"),
130
  ],
131
  outputs=[
132
  gr.Video(),
 
126
  fn=process_video,
127
  inputs=[
128
  gr.Video(),
129
+ gr.Dropdown(choices=list(google_lang_codes.keys()), label="Target Language for Dubbing", value="English"),
130
  ],
131
  outputs=[
132
  gr.Video(),