Coddieharsh commited on
Commit
37ba05c
·
1 Parent(s): 5723d1f

Use gradio 4.44.1 with huggingface_hub 0.26.2

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,7 +13,8 @@ COPY requirements.txt .
13
 
14
  # Install Python dependencies
15
  RUN pip install --no-cache-dir \
16
- gradio==5.6.0 \
 
17
  tensorflow-cpu==2.17.0 \
18
  numpy>=1.24.0 \
19
  Pillow>=10.0.0
 
13
 
14
  # Install Python dependencies
15
  RUN pip install --no-cache-dir \
16
+ huggingface_hub==0.26.2 \
17
+ gradio==4.44.1 \
18
  tensorflow-cpu==2.17.0 \
19
  numpy>=1.24.0 \
20
  Pillow>=10.0.0