habulaj commited on
Commit
c84e3f0
·
verified ·
1 Parent(s): bc8c42f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  torch
2
  accelerate
3
  opencv-python
 
4
  pillow
5
  numpy
6
  timm
@@ -9,11 +10,12 @@ prettytable
9
  typing
10
  scikit-image
11
  huggingface_hub
12
- transformers>=4.39.1
 
 
 
13
  einops
14
  fastapi
15
  uvicorn[standard]
16
  python-multipart
17
- requests
18
- spaces
19
- loadimg
 
1
  torch
2
  accelerate
3
  opencv-python
4
+ spaces
5
  pillow
6
  numpy
7
  timm
 
10
  typing
11
  scikit-image
12
  huggingface_hub
13
+ transformers
14
+ gradio
15
+ gradio_imageslider
16
+ loadimg
17
  einops
18
  fastapi
19
  uvicorn[standard]
20
  python-multipart
21
+ requests