Skip to content

Commit

Permalink
windows cli double quotes #64
Browse files Browse the repository at this point in the history
  • Loading branch information
abdeladim-s committed Aug 14, 2023
1 parent bb8b66b commit db9a35b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ Example of a simple usage
```shell
subsai ./assets/test1.mp4 --model openai/whisper --model-configs '{"model_type": "small"}' --format srt
```
> Note: **For Windows CMD**, You will need to use the following :
> `subsai ./assets/test1.mp4 --model openai/whisper --model-configs "{\"model_type\": \"small\"}" --format srt`
You can also provide a simple text file for batch processing
_(Every line should contain the absolute path to a single media file)_
Expand Down

0 comments on commit db9a35b

Please sign in to comment.