Open bborp opened 1 year ago
I think you are using Windows CMD that's why you needed the \
for the double quotes.
On my Linux machine, it works without any problem.
But anyways, I included this as a note in the Readme page for reference to future windows users.
Thanks @bborp.
In the documentation on the github page under Usage->CLI->"Example of simple usage" you have: subsai ./assets/test1.mp4 --model openai/whisper --model-configs '{"model_type": "small"}' --format srt When it should be: subsai ./assets/test1.mp4 --model openai/whisper --model-configs "{\"model_type\": \"small\"}" --format srt