From 7c741c05f9f3e9f89d4e35f23fd035844ae89255 Mon Sep 17 00:00:00 2001 From: SWivid Date: Mon, 5 May 2025 01:42:41 +0800 Subject: [PATCH] v1.1.3 better infer_gradio with cherrypick and cache support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50afae7..c3d3d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "f5-tts" -version = "1.1.2" +version = "1.1.3" description = "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching" readme = "README.md" license = {text = "MIT License"}