-
How I can use the --language on python?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Try this result = model.transcribe(filepath, language="pt", fp16=False, verbose=True) Para transcrever em português, também gosto de utilizar estas opções: |
Beta Was this translation helpful? Give feedback.
-
You created |
Beta Was this translation helpful? Give feedback.
-
I want do transcribe an audio file,but in my native language and i dont know how,it needs to be fast and accurate so im using whisper.if anyone can help itl be great |
Beta Was this translation helpful? Give feedback.
Try this
Para transcrever em português, também gosto de utilizar estas opções:
patience=2, beam_size=5
Slower but often higher quality.