Skip to content

Commit

Permalink
downgrade gradio to 5.1.0 due to a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv committed Oct 24, 2024
1 parent 0133c48 commit c874ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer_scripts/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.2.0",
"pip_packages": 7,
"pip_packages": 8,
"npm_packages": 4,
"react_ui": 4
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
soundfile==0.12.1; sys_platform == 'win32' # torchaudio
# sox # torchaudio for linux
Expand Down

0 comments on commit c874ed7

Please sign in to comment.