Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ torch
|
|
2 |
torchvision
|
3 |
Pillow
|
4 |
gradio
|
5 |
-
numpy
|
6 |
pandas
|
7 |
transformers
|
8 |
opencv-python
|
|
|
2 |
torchvision
|
3 |
Pillow
|
4 |
gradio
|
5 |
+
numpy==1.21.0
|
6 |
pandas
|
7 |
transformers
|
8 |
opencv-python
|