From 8c4c6aaafd32ca34f24d4cef80d8a0cecc76bdd2 Mon Sep 17 00:00:00 2001 From: ParisNeo Date: Sat, 1 Apr 2023 10:52:10 +0200 Subject: [PATCH] added default language --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index e5c5ac7..eb9f42c 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -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") )