Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
torch
|
| 3 |
-
transformers
|
| 4 |
-
opencv-python
|
| 5 |
-
numpy
|
|
|
|
| 1 |
+
gradio==2.2.13
|
| 2 |
+
torch==1.9.1
|
| 3 |
+
transformers==4.11.0
|
| 4 |
+
opencv-python==4.5.3.56
|
| 5 |
+
numpy==1.21.2
|