File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ def predict(
6262app .add_typer (
6363 ls_app .app ,
6464 name = "ls" ,
65- help = "Manage Label Studio projects (create, import data, etc.)" ,
65+ help = "Manage Label Studio projects (create, import data, etc.). " ,
6666)
6767app .add_typer (
6868 hf_app .app ,
6969 name = "hf" ,
70- help = "Manage Hugging Face Datasets repositories" ,
70+ help = "Manage Hugging Face Datasets repositories. " ,
7171)
7272app .add_typer (
7373 dataset_app .app ,
@@ -77,12 +77,12 @@ def predict(
7777app .add_typer (
7878 train_app .app ,
7979 name = "train" ,
80- help = "Train models" ,
80+ help = "Train models. " ,
8181)
8282app .add_typer (
8383 evaluate_app .app ,
8484 name = "evaluate" ,
85- help = "Visualize and evaluate trained models" ,
85+ help = "Visualize and evaluate trained models. " ,
8686)
8787
8888if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments