We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0133c48 commit c874ed7Copy full SHA for c874ed7
installer_scripts/versions.json
@@ -1,6 +1,6 @@
1
{
2
"version": "0.2.0",
3
- "pip_packages": 7,
+ "pip_packages": 8,
4
"npm_packages": 4,
5
"react_ui": 4
6
}
requirements.txt
@@ -2,7 +2,7 @@ safetensors
# safetensors==0.3.1 # Until they fix it
ffmpeg-python # Apache 2.0
# gradio==3.48.0
-gradio>=5.3.0 # MIT License
+gradio==5.1.0 # MIT License
python-dotenv==1.0.0
7
soundfile==0.12.1; sys_platform == 'win32' # torchaudio
8
# sox # torchaudio for linux
0 commit comments