update readme
Former-commit-id: 1b1b427ea13d2a84683514d924555db974865d73
This commit is contained in:
@@ -34,9 +34,7 @@ def create_top() -> Dict[str, "Component"]:
|
||||
|
||||
model_name.change(list_adapters, [model_name, finetuning_type], [adapter_path], queue=False).then(
|
||||
get_model_path, [model_name], [model_path], queue=False
|
||||
).then(
|
||||
get_template, [model_name], [template], queue=False
|
||||
) # do not save config since the below line will save
|
||||
).then(get_template, [model_name], [template], queue=False) # do not save config since the below line will save
|
||||
|
||||
model_path.change(save_config, inputs=[lang, model_name, model_path], queue=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user