Update README.md

Add Python syntax highlighting to code chunk
This commit is contained in:
Tobias Gårdhus 2024-03-29 19:35:30 +01:00 committed by GitHub
parent b3647da087
commit 8223afee78

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