mirror of
https://github.com/santinic/audiblez.git
synced 2025-09-18 21:40:39 +00:00
fix
This commit is contained in:
parent
013504a3c9
commit
57ae3ca6e4
3 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import argparse
|
||||
import sys
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# 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
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# A simple wxWidgets UI for audiblez
|
||||
|
||||
import torch.cuda
|
||||
import numpy as np
|
||||
import soundfile
|
||||
|
|
Loading…
Add table
Reference in a new issue