Skip to content

Commit c874ed7

Browse files
committed
downgrade gradio to 5.1.0 due to a bug
1 parent 0133c48 commit c874ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installer_scripts/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "0.2.0",
3-
"pip_packages": 7,
3+
"pip_packages": 8,
44
"npm_packages": 4,
55
"react_ui": 4
66
}

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ safetensors
22
# safetensors==0.3.1 # Until they fix it
33
ffmpeg-python # Apache 2.0
44
# gradio==3.48.0
5-
gradio>=5.3.0 # MIT License
5+
gradio==5.1.0 # MIT License
66
python-dotenv==1.0.0
77
soundfile==0.12.1; sys_platform == 'win32' # torchaudio
88
# sox # torchaudio for linux

0 commit comments

Comments
 (0)