Spaces:
Running
Running
Update requirement.txt
Browse files- requirement.txt +8 -8
requirement.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
huggingface-hub
|
4 |
-
gradio
|
5 |
-
Pillow
|
6 |
-
opencv-python
|
7 |
-
numpy
|
8 |
-
matplotlib
|
|
|
1 |
+
transformers==4.30.0
|
2 |
+
torch==2.1.0
|
3 |
+
huggingface-hub==0.16.4
|
4 |
+
gradio==3.35.1
|
5 |
+
Pillow==9.5.0
|
6 |
+
opencv-python-headless==4.7.0.72
|
7 |
+
numpy==1.23.5
|
8 |
+
matplotlib==3.7.2
|