eagleswim commited on
Commit
06bcda3
·
verified ·
1 Parent(s): d2bc3bf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -13
requirements.txt CHANGED
@@ -1,19 +1,12 @@
1
- #spaces
2
- #git+https://github.com/huggingface/transformers.git
3
- #torch
4
 
5
- spaces
6
- git+https://github.com/huggingface/transformers.git
 
7
  torch
8
  torchvision
9
- accelerate==0.31.0
10
-
11
- gradio==4.36.1
12
- scipy==1.13.0
13
- sentencepiece==0.2.0
14
-
15
- numpy==1.24.4
16
- Pillow==10.3.0
17
 
18
 
19
 
 
1
+
 
 
2
 
3
+ numpy>=1.24.4
4
+ Pillow>=10.3.0
5
+ Requests>=2.31.0
6
  torch
7
  torchvision
8
+ git+https://github.com/huggingface/transformers.git
9
+ accelerate
 
 
 
 
 
 
10
 
11
 
12