Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +1 -1
t5s/cli.py
CHANGED
@@ -22,7 +22,7 @@ parser_run = command_subparser.add_parser('run', help="run the DVC pipeline - re
|
|
22 |
|
23 |
parser_visualize = command_subparser.add_parser('visualize', help="run the visualization using Streamlit")
|
24 |
|
25 |
-
|
26 |
|
27 |
parser_lint = command_subparser.add_parser('lint', help=" Lint using flake8")
|
28 |
|
|
|
22 |
|
23 |
parser_visualize = command_subparser.add_parser('visualize', help="run the visualization using Streamlit")
|
24 |
|
25 |
+
parser_upload = command_subparser.add_parser('upload', help="push the trained model to HF model hub")
|
26 |
|
27 |
parser_lint = command_subparser.add_parser('lint', help=" Lint using flake8")
|
28 |
|