From 5c7dde1ec00b6a1d36a25d1cebb98c19c1513974 Mon Sep 17 00:00:00 2001 From: Blueberry Date: Fri, 16 Jun 2023 07:16:27 -0600 Subject: [PATCH] downgrade gradio to 3.28.1 to fix code confliction errors with the latest versions of gradio --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d73250..b786c14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ librosa==0.9.1 llvmlite==0.39.0 fairseq==0.12.2 faiss-cpu==1.7.3 -gradio +gradio==3.28.1 Cython pydub>=0.25.1 soundfile>=0.12.1