Ayeeee45 commited on
Commit
2496c12
·
verified ·
1 Parent(s): 6438ed4

Update Requirements.txt

Browse files
Files changed (1) hide show
  1. Requirements.txt +3 -2
Requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  FROM python:3.10-slim
 
2
 
3
  WORKDIR /app
4
 
@@ -20,8 +21,8 @@ COPY requirements.txt .
20
 
21
  # Install SPECIFIC versions that work together
22
  RUN pip install --no-cache-dir \
23
- gradio==3.41.1 \
24
- huggingface-hub==0.19.4 \
25
  numpy==1.24.4 \
26
  pillow==10.1.0 \
27
  opencv-python-headless==4.8.1.78 \
 
1
  FROM python:3.10-slim
2
+ gradio>=4.44.0,<5.0
3
 
4
  WORKDIR /app
5
 
 
21
 
22
  # Install SPECIFIC versions that work together
23
  RUN pip install --no-cache-dir \
24
+ gradio>=4.44.0,<5.0
25
+ huggingface_hub>=0.21.0,<0.24.0\
26
  numpy==1.24.4 \
27
  pillow==10.1.0 \
28
  opencv-python-headless==4.8.1.78 \