Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
Pillow
|
4 |
-
gradio
|
5 |
-
numpy
|
6 |
-
pandas
|
7 |
-
opencv-python
|
8 |
-
transformers
|
|
|
|
1 |
+
torch==1.12.0
|
2 |
+
torchvision==0.13.0
|
3 |
+
Pillow==9.0.0
|
4 |
+
gradio==3.0.0
|
5 |
+
numpy==1.21.0
|
6 |
+
pandas==1.3.0
|
7 |
+
opencv-python==4.5.3.20210930
|
8 |
+
transformers==4.20.1
|
9 |
+
scipy==1.7.1
|