@@ -8,7 +8,7 @@ An inference library for [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M)
|
||||
You can run this cell on [Google Colab](https://colab.research.google.com/). [Listen to samples](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md).
|
||||
```py
|
||||
# 1️⃣ Install kokoro
|
||||
!pip install -q kokoro>=0.7.11 soundfile
|
||||
!pip install -q kokoro>=0.8.4 soundfile
|
||||
# 2️⃣ Install espeak, used for English OOD fallback and some non-English languages
|
||||
!apt-get -qq -y install espeak-ng > /dev/null 2>&1
|
||||
# 🇪🇸 'e' => Spanish es
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = '0.8.3'
|
||||
__version__ = '0.8.4'
|
||||
|
||||
from loguru import logger
|
||||
import sys
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "kokoro"
|
||||
version = "0.8.3"
|
||||
version = "0.8.4"
|
||||
description = "TTS"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
@@ -20,7 +20,7 @@ requires-python = ">=3.10, <3.13"
|
||||
dependencies = [
|
||||
"huggingface_hub",
|
||||
"loguru",
|
||||
"misaki[en]>=0.8.3",
|
||||
"misaki[en]>=0.8.4",
|
||||
"numpy==1.26.4",
|
||||
"scipy",
|
||||
"torch",
|
||||
|
||||
Reference in New Issue
Block a user