userhugginggit commited on
Commit
2d240e9
·
verified ·
1 Parent(s): 52424a3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -1,16 +1,13 @@
1
- torch
2
- torchvision
3
- opencv-python
 
4
  pillow
5
  numpy
6
  timm
7
  kornia
8
- prettytable
9
  requests
10
- scikit-image
11
- huggingface_hub
12
- transformers
13
  gradio
14
  gradio_imageslider
15
  loadimg
16
- einops
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch==2.2.1+cpu
3
+ torchvision==0.17.1+cpu
4
+ transformers
5
  pillow
6
  numpy
7
  timm
8
  kornia
 
9
  requests
 
 
 
10
  gradio
11
  gradio_imageslider
12
  loadimg
13
+ einops