From e61824009ad3accbebd3531b45c35071ff20a65b Mon Sep 17 00:00:00 2001 From: SWivid Date: Thu, 28 Aug 2025 12:33:37 +0000 Subject: [PATCH] v1.1.8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c00775..c5cbca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "f5-tts" -version = "1.1.7" +version = "1.1.8" description = "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching" readme = "README.md" license = {text = "MIT License"} @@ -20,7 +20,7 @@ dependencies = [ "click", "datasets", "ema_pytorch>=0.5.2", - "gradio>=3.45.2", + "gradio>=5.0.0", "hydra-core>=1.3.0", "jieba", "librosa",