add russian lang

Former-commit-id: ace7fd4e0a
This commit is contained in:
Aleksandr
2024-01-21 04:28:14 +03:00
parent 9f11bdfe8a
commit 4c9721f76e
2 changed files with 194 additions and 173 deletions

View File

@@ -16,7 +16,7 @@ def create_top() -> Dict[str, "Component"]:
available_models = list(SUPPORTED_MODELS.keys()) + ["Custom"]
with gr.Row():
lang = gr.Dropdown(choices=["en", "zh"], scale=1)
lang = gr.Dropdown(choices=["en","ru", "zh"], scale=1)
model_name = gr.Dropdown(choices=available_models, scale=3)
model_path = gr.Textbox(scale=3)