mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 06:12:50 +08:00
[webui] fix webui (#7142)
Former-commit-id: 17ba2d5082bcd6b4cdd5e50286776d256cc934a4
This commit is contained in:
parent
299cd03785
commit
392533e139
@ -299,7 +299,7 @@ def create_train_tab(engine: "Engine") -> Dict[str, "Component"]:
|
||||
swanlab_workspace = gr.Textbox()
|
||||
swanlab_api_key = gr.Textbox()
|
||||
swanlab_mode = gr.Dropdown(choices=["cloud", "local"], value="cloud")
|
||||
swanlab_link = gr.Markdown(visible=False, container=True)
|
||||
swanlab_link = gr.Markdown(visible=False)
|
||||
|
||||
input_elems.update(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user