added default language

pull/10/head
ParisNeo 2023-04-01 10:52:10 +02:00
parent 7a5d704fda
commit 8c4c6aaafd
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ class Script(scripts.Script):
self.language = gr.Dropdown(
label="Source language",
choices=[x.label for x in self.current_axis_options],
value="",
value="Français",
type="index",
elem_id=self.elem_id("x_type")
)