Add Korean web UI (llamafactory-cli webui)

Former-commit-id: 357a035f2aeb9548368c230c5a17dcdfa4844b17
This commit is contained in:
eruly 2024-07-29 13:47:13 +00:00
parent f8329bc632
commit 9fdf800750
2 changed files with 451 additions and 1 deletions

View File

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

File diff suppressed because it is too large Load Diff