From 8223afee7888607879870ae11acd246e4f7a6ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20G=C3=A5rdhus?= Date: Fri, 29 Mar 2024 19:35:30 +0100 Subject: [PATCH] Update README.md Add Python syntax highlighting to code chunk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11cc555..ae63e19 100644 --- a/README.md +++ b/README.md @@ -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. -``` +```python from whisper_online import * src_lan = "en" # source language