Spaces:
Running
Running
RakanAlsheraiwi
commited on
Commit
•
9b1ee29
1
Parent(s):
c912a40
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,8 +2,9 @@ torch==1.12.0
|
|
2 |
torchvision==0.13.0
|
3 |
Pillow==9.0.1
|
4 |
gradio==3.0.0
|
5 |
-
numpy==1.23.5
|
6 |
pandas==1.3.5
|
7 |
transformers==4.21.1
|
8 |
opencv-python==4.5.4.60
|
9 |
-
scipy==1.9.3
|
|
|
|
2 |
torchvision==0.13.0
|
3 |
Pillow==9.0.1
|
4 |
gradio==3.0.0
|
5 |
+
numpy==1.23.5
|
6 |
pandas==1.3.5
|
7 |
transformers==4.21.1
|
8 |
opencv-python==4.5.4.60
|
9 |
+
scipy==1.9.3
|
10 |
+
sentencepiece==0.1.96
|