Merge pull request #75 from gaardhus/patch-1

Update README.md: Add Python syntax highlighting to code chunk
This commit is contained in:
Dominik Macháček 2024-04-09 14:22:55 +02:00 committed by GitHub
commit 6b1c2c5606

View file

@ -159,7 +159,7 @@ The code whisper_online.py is nicely commented, read it as the full documentatio
This pseudocode describes the interface that we suggest for your implementation. You can implement any features that you need for your application. This pseudocode describes the interface that we suggest for your implementation. You can implement any features that you need for your application.
``` ```python
from whisper_online import * from whisper_online import *
src_lan = "en" # source language src_lan = "en" # source language