Update requirement.txt
Browse files- requirement.txt +2 -1
requirement.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
torch
|
2 |
torchvision
|
3 |
timm
|
4 |
-
gradio
|
5 |
numpy
|
6 |
Pillow
|
|
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
timm
|
|
|
4 |
numpy
|
5 |
Pillow
|
6 |
+
gradio==3.41.2
|
7 |
+
|