mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 22:33:36 +00:00
Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web
This commit is contained in:
@@ -43,7 +43,7 @@ args = parser.parse_args()
|
||||
asr, tokenizer = backend_factory(args)
|
||||
|
||||
# Load demo HTML for the root endpoint
|
||||
with open("src/live_transcription.html", "r") as f:
|
||||
with open("src/live_transcription.html", "r", encoding="utf-8") as f:
|
||||
html = f.read()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user