um41r commited on
Commit
7f5e986
·
verified ·
1 Parent(s): 7b7be5a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -2
requirements.txt CHANGED
@@ -3,9 +3,16 @@ torchvision
3
  numpy
4
  opencv-python
5
  Pillow
 
 
 
6
  timm
7
  kornia
8
  einops
9
- gradio
10
- safetensors
11
  transformers
 
 
 
 
 
 
 
3
  numpy
4
  opencv-python
5
  Pillow
6
+ safetensors
7
+
8
+ # Model deps
9
  timm
10
  kornia
11
  einops
 
 
12
  transformers
13
+
14
+ # API + UI
15
+ fastapi
16
+ uvicorn
17
+ gradio
18
+ python-multipart