From 87f78ecfa9447327c21318328dab2a0a3a053846 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 19 Oct 2024 09:00:25 +0200 Subject: [PATCH] chore(open voice): pin gradio version in requirements.txt Signed-off-by: Ettore Di Giacinto --- backend/python/openvoice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/openvoice/requirements.txt b/backend/python/openvoice/requirements.txt index 259461eb..c74eba87 100644 --- a/backend/python/openvoice/requirements.txt +++ b/backend/python/openvoice/requirements.txt @@ -15,6 +15,6 @@ pypinyin cn2an==0.5.22 networkx==2.8.8 jieba==0.42.1 -gradio +gradio==3.48.0 langid==1.1.6 llvmlite==0.43.0