Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDominguez committed Feb 8, 2024
1 parent 4e16d35 commit ec64eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ To do that, simply use the following command:
where PATH can be either an image or a folder.

By default, the command will use the `general` pretrained model. You can specify a different model by using the `-\\-pretrained-model` flag or the `-\\-model-dir` flag for a model you trained yourself.
By default, the command will use the `general` pretrained model. You can specify a different model by using the `-\-pretrained-model` flag or the `-\-model-dir` flag for a model you trained yourself.

Moreover, spots are saved to a subfolder `spotiflow_results` created inside the input folder (this can be changed with the `-\\-out-dir` flag).
Moreover, spots are saved to a subfolder `spotiflow_results` created inside the input folder (this can be changed with the `-\-out-dir` flag).

For more information, please refer to the help message of the CLI:

Expand Down

0 comments on commit ec64eec

Please sign in to comment.