From 9c835448d772783f893a31bc88235f3faa6159ee Mon Sep 17 00:00:00 2001 From: Claudio Santini Date: Sun, 9 Feb 2025 21:56:44 +0100 Subject: [PATCH] fix --- audiblez/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/audiblez/core.py b/audiblez/core.py index 1643715..ff31441 100755 --- a/audiblez/core.py +++ b/audiblez/core.py @@ -2,6 +2,7 @@ # audiblez - A program to convert e-books into audiobooks using # Kokoro-82M model for high-quality text-to-speech synthesis. # by Claudio Santini 2025 - https://claudio.uk +# -*- coding: utf-8 -*- import torch.cuda import spacy import ebooklib