Where do I use --initial-prompt in python code? #355
Answered
by
jianfch
DracoCoder
asked this question in
Q&A
Replies: 3 comments 14 replies
-
model = whisper.load_model("base")
result = model.transcribe("audio.mp3", initial_prompt='vocabulary' ) |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
DracoCoder
-
@DracoCoder Just to understand this? Is 'vocab' a list of words? |
Beta Was this translation helpful? Give feedback.
9 replies
-
@DracoCoder could you please show the full file for the script? I also would like to know but I couldn't follow the answer. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I suggest vocabulary in code?
Thank You,
Beta Was this translation helpful? Give feedback.
All reactions