Replies: 1 comment 6 replies
-
@PacoH, Yes, it is already the case. You can use a JSON string in the CLI, like the following: subsai ./assets/test1.mp4 --model openai/whisper --model-configs '{"model_type": "small", "verbose": "True"}' --format srt Let me know if you find any issues with it ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I miss the default
--verbose True
behavior of whisper. Is there a way to pass this and other options to whisper from subsai CLI? Maybe using a JSON string like '{"verbose": "True"}' as in the API?Beta Was this translation helpful? Give feedback.
All reactions