File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ def create_summary_visualizations(df):
716716 modal .Image .debian_slim (python_version = "3.11" )
717717 .apt_install ("ffmpeg" , "libsndfile1" )
718718 .pip_install (
719- "gradio>=4.44.1,<5.0.0" , # Latest Gradio 4.x for Python 3.11
719+ "gradio>=4.44.1,<5.0.0" , # Latest Gradio 4.x (4.44.1) for Python 3.11 - compatible with huggingface_hub<0.23.0
720720 "huggingface_hub>=0.20.0,<0.23.0" , # Compatible with Gradio 4.44.1 (HfFolder was removed in 0.23.0+)
721721 "torch>=2.0.0" ,
722722 "torchaudio>=2.0.0" ,
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ dependencies = [
4343 " pandas>=2.0.0" ,
4444 " openpyxl>=3.1.0" ,
4545 " typer>=0.20.0" ,
46- " gradio>=4.44.1,<5.0.0" ,
47- " modal>=1.2.2" ,
46+ " gradio>=4.44.1,<5.0.0" , # Latest Gradio 4.x (4.44.1) - compatible with Python 3.11 and huggingface_hub<0.23.0
47+ " modal>=1.2.2" , # Latest Modal version (1.2.2) - compatible with Python 3.11
4848 " onnxruntime>=1.23.2" , # Latest version as of Nov 2024
4949 " onnx>=1.16.0" , # Latest version as of Nov 2024
5050 " huggingface_hub>=0.20.0,<0.23.0" # Compatible with Gradio 4.44.1
You can’t perform that action at this time.
0 commit comments