mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 22:33:36 +00:00
Merge pull request #75 from gaardhus/patch-1
Update README.md: Add Python syntax highlighting to code chunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user