CloudAnts commited on
Commit
0885073
·
1 Parent(s): a59ff79
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  flask
 
 
2
  gunicorn
3
  easyocr
4
  psutil
@@ -9,6 +11,5 @@ pandas
9
  huggingface_hub
10
  supervision
11
  py-cpuinfo
12
- torch==2.5.1+cu121
13
- torchvision==0.20.1+cu121
14
 
 
1
  flask
2
+ torch==2.5.1+cu121
3
+ torchvision==0.20.1+cu121
4
  gunicorn
5
  easyocr
6
  psutil
 
11
  huggingface_hub
12
  supervision
13
  py-cpuinfo
14
+
 
15