ayushpfullstack commited on
Commit
1a9ca68
·
verified ·
1 Parent(s): d7a035d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -6
requirements.txt CHANGED
@@ -1,17 +1,13 @@
1
- # Pinning a complete, compatible set of HF libraries from late 2023
2
  diffusers==0.24.0
3
  transformers==4.35.2
4
  accelerate==0.25.0
5
  huggingface-hub==0.19.4
6
-
7
- # Other dependencies
8
  matplotlib
9
  timm
10
  scipy
11
  opencv-python-headless
12
  numpy<2.0
13
-
14
- # Web framework
15
  fastapi
16
  uvicorn[standard]
17
- python-multipart
 
 
 
1
  diffusers==0.24.0
2
  transformers==4.35.2
3
  accelerate==0.25.0
4
  huggingface-hub==0.19.4
 
 
5
  matplotlib
6
  timm
7
  scipy
8
  opencv-python-headless
9
  numpy<2.0
 
 
10
  fastapi
11
  uvicorn[standard]
12
+ python-multipart
13
+ requests