Coddieharsh commited on
Commit
40ab428
·
1 Parent(s): 3e0c91e

Pin gradio_client==0.16.4 to fix API bug

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ COPY requirements.txt .
14
  # Install Python dependencies with specific compatible versions
15
  RUN pip install --no-cache-dir \
16
  huggingface_hub==0.20.3 \
 
17
  gradio==4.36.0 \
18
  tensorflow-cpu==2.17.0 \
19
  numpy>=1.24.0 \
 
14
  # Install Python dependencies with specific compatible versions
15
  RUN pip install --no-cache-dir \
16
  huggingface_hub==0.20.3 \
17
+ gradio_client==0.16.4 \
18
  gradio==4.36.0 \
19
  tensorflow-cpu==2.17.0 \
20
  numpy>=1.24.0 \