Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
numpy
|
3 |
-
torch
|
4 |
timm
|
5 |
opencv-python
|
|
|
1 |
+
pyyaml==5.1
|
2 |
+
torch==1.9.0
|
3 |
+
torchvision==0.10.0
|
4 |
+
|
5 |
gradio
|
6 |
numpy
|
|
|
7 |
timm
|
8 |
opencv-python
|