Spaces:
Runtime error
Runtime error
RakanAlsheraiwi
commited on
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
Pillow
|
4 |
-
gradio
|
5 |
-
numpy==1.21.
|
6 |
-
pandas
|
7 |
-
transformers
|
8 |
-
opencv-python
|
9 |
-
scipy
|
|
|
1 |
+
torch==1.12.0
|
2 |
+
torchvision==0.13.0
|
3 |
+
Pillow==9.0.1
|
4 |
+
gradio==3.0.0
|
5 |
+
numpy==1.21.6
|
6 |
+
pandas==1.3.5
|
7 |
+
transformers==4.21.1
|
8 |
+
opencv-python==4.5.4.60
|
9 |
+
scipy==1.7.3
|