mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
Merge pull request #5010 from Eruly/main
Add Korean web UI (llamafactory-cli webui) Former-commit-id: 2050806aa826028df45c0c746b4314afe178dcd3
This commit is contained in:
commit
f3765d1996
@ -33,7 +33,7 @@ def create_top() -> Dict[str, "Component"]:
|
||||
available_models = list(SUPPORTED_MODELS.keys()) + ["Custom"]
|
||||
|
||||
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_path = gr.Textbox(scale=3)
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user