-
I try to use this command: But when I try to use this code: `model = whisper.load_model('large', device='cuda') result_string = "" output_file = "subtitles.srt" with open(output_file, mode='w', encoding='utf-8') as f: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The default settings for the command line are different than for Python. See these discussions, hopefully this is the source of the problem. |
Beta Was this translation helpful? Give feedback.
The default settings for the command line are different than for Python. See these discussions, hopefully this is the source of the problem.