OliverPerrin commited on
Commit
35856cb
·
1 Parent(s): 8f5fea2

Updated gradio version to fix HfFolder import error

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements-demo.txt +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.10-slim
2
 
3
- # Force rebuild: 2026-01-16-v3
4
  WORKDIR /app
5
 
6
  # Install system dependencies
 
1
  FROM python:3.10-slim
2
 
3
+ # Force rebuild: 2026-02-20-v1
4
  WORKDIR /app
5
 
6
  # Install system dependencies
requirements-demo.txt CHANGED
@@ -15,7 +15,7 @@ sentencepiece>=0.1.99
15
  safetensors>=0.4.0
16
 
17
  # Web interface
18
- gradio>=4.0,<5.0
19
 
20
  # Data processing
21
  numpy>=1.24.0
@@ -28,4 +28,4 @@ omegaconf>=2.3.0
28
  hydra-core>=1.3.0
29
 
30
  # HuggingFace Hub (for downloading model)
31
- huggingface_hub>=0.20.0
 
15
  safetensors>=0.4.0
16
 
17
  # Web interface
18
+ gradio>=4.44.0,<6.0
19
 
20
  # Data processing
21
  numpy>=1.24.0
 
28
  hydra-core>=1.3.0
29
 
30
  # HuggingFace Hub (for downloading model)
31
+ huggingface_hub>=0.25.0