CloudAnts commited on
Commit
0808193
·
1 Parent(s): 0885073
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,6 +1,4 @@
1
  flask
2
- torch==2.5.1+cu121
3
- torchvision==0.20.1+cu121
4
  gunicorn
5
  easyocr
6
  psutil
@@ -11,5 +9,8 @@ pandas
11
  huggingface_hub
12
  supervision
13
  py-cpuinfo
 
 
 
14
 
15
 
 
1
  flask
 
 
2
  gunicorn
3
  easyocr
4
  psutil
 
9
  huggingface_hub
10
  supervision
11
  py-cpuinfo
12
+ -f https://download.pytorch.org/whl/torch_stable.html
13
+ torch==2.5.1+cu121
14
+ torchvision==0.20.1+cu121
15
 
16