artificialguybr multimodalart HF staff commited on
Commit
b0de989
1 Parent(s): a86d954

default value always selected (#2)

Browse files

- default value always selected (cda13dcc13631474d02df29ed35f2709f8375c24)


Co-authored-by: Apolinário from multimodal AI art <multimodalart@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ iface = gr.Interface(
129
  inputs=[
130
  radio,
131
  video,
132
- gr.Dropdown(choices=["English", "Spanish", "French", "German", "Italian", "Portuguese", "Polish", "Turkish", "Russian", "Dutch", "Czech", "Arabic", "Chinese (Simplified)"], label="Target Language for Dubbing")
133
  ],
134
  outputs=gr.Video(),
135
  live=False,
 
129
  inputs=[
130
  radio,
131
  video,
132
+ gr.Dropdown(choices=["English", "Spanish", "French", "German", "Italian", "Portuguese", "Polish", "Turkish", "Russian", "Dutch", "Czech", "Arabic", "Chinese (Simplified)"], label="Target Language for Dubbing", value="Spanish")
133
  ],
134
  outputs=gr.Video(),
135
  live=False,