Skip to content

Commit

Permalink
Update README-ML-CLI.md (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Oct 11, 2023
1 parent db6677b commit d08c05a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README-ML-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Ml.Cli.DemoApi.exe
Then, in another command line :
```sh
# run ml-cli
cd ml-cli
cd ecotag
Ecotag.exe --tasks-path ..\demo\tasks-licenses.json --base-path ..\demo --compares-paths licenses\compares --datasets-paths licenses\datasets
# then navigate to: http://localhost:5000/
```
Expand Down Expand Up @@ -185,7 +185,7 @@ chmod +x MlCli.DemoApi
Then, in another command line :
```sh
# run ml-cli
cd ml-cli
cd ecotag
chmod +x Ecotag
./Ecotag --tasks-path ../demo/tasks-licenses.json --base-path ../demo --compares-paths licenses/compares --datasets-paths licenses/datasets
# then navigate to: https://your-jupyterlab/proxy/5000/ (the last / is mandatory)
Expand Down Expand Up @@ -226,7 +226,7 @@ chmod +x MlCli.DemoApi
Then, in another command line :
```sh
# run ml-cli
cd ml-cli
cd ecotag
chmod +x Ecotag
./Ecotag --tasks-path ../demo/tasks-licenses.json --base-path ../demo --compares-paths licenses/compares --datasets-paths licenses/datasets
# then navigate to: http://localhost:5000/
Expand Down

0 comments on commit d08c05a

Please sign in to comment.