We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcedf7a commit ff5f93bCopy full SHA for ff5f93b
site/src/components/HomepageFeatures/index.tsx
@@ -30,7 +30,7 @@ image = ov_pipe.generate("Create beautiful Sun")`,
30
title: 'Speech to Text API',
31
Icon: SoundIcon,
32
code: `ov_pipe = ov_genai.WhisperPipeline("whisper-base")
33
-print(ov_pipe.generate(read_wav("sample.wav)))`,
+print(ov_pipe.generate(read_wav("sample.wav")))`,
34
},
35
];
36
0 commit comments