prithivMLmods commited on
Commit
6dd76b0
·
verified ·
1 Parent(s): 3297fb3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -9
requirements.txt CHANGED
@@ -1,13 +1,9 @@
1
- git+https://github.com/huggingface/diffusers.git
2
- git+https://github.com/huggingface/transformers.git
3
- git+https://github.com/huggingface/accelerate.git
4
- git+https://github.com/huggingface/peft.git
5
  torch
6
  spaces
7
- gradio
8
- safetensors
9
- sentencepiece
10
  gradio-imageslider
11
- numpy
12
- fastapi
 
 
 
13
  opencv-python
 
 
 
 
 
1
  torch
2
  spaces
 
 
 
3
  gradio-imageslider
4
+ numpy==1.26.4
5
+ transformers
6
+ accelerate
7
+ diffusers
8
+ fastapi<0.113.0
9
  opencv-python