mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 15:52:49 +08:00
fix: text
Former-commit-id: 52fe8d61eba7b7d8f66df09a03d40f25cc9c5b44
This commit is contained in:
parent
925e421bde
commit
3e44c8fe3a
@ -273,12 +273,12 @@ def create_train_tab(engine: "Engine") -> Dict[str, "Component"]:
|
||||
with gr.Accordion(open=False) as swanlab_tab:
|
||||
with gr.Row():
|
||||
use_swanlab = gr.Checkbox()
|
||||
swanlab_api_key = gr.Textbox(value="", placeholder="API key", interactive=True)
|
||||
swanlab_project = gr.Textbox(value="", placeholder="Project name", interactive=True)
|
||||
swanlab_workspace = gr.Textbox(value="", placeholder="Workspace name", interactive=True)
|
||||
swanlab_project = gr.Textbox(value="LLaMA-Factory", placeholder="Project name", interactive=True)
|
||||
swanlab_experiment_name = gr.Textbox(value="", placeholder="Experiment name", interactive=True)
|
||||
swanlab_description = gr.Textbox(value="", placeholder="Experiment description", interactive=True)
|
||||
swanlab_mode = gr.Dropdown(choices=["cloud", "local", "disabled"], value="cloud", interactive=True)
|
||||
swanlab_workspace = gr.Textbox(value="", placeholder="Workspace name", interactive=True)
|
||||
swanlab_api_key = gr.Textbox(value="", placeholder="API key", interactive=True)
|
||||
|
||||
input_elems.update({use_swanlab, swanlab_api_key, swanlab_project, swanlab_workspace, swanlab_experiment_name, swanlab_description, swanlab_mode})
|
||||
elem_dict.update(
|
||||
|
Loading…
x
Reference in New Issue
Block a user