Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
Pillow
|
4 |
-
matplotlib
|
5 |
-
numpy
|
6 |
torch
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
|
|
|
|
|
|
3 |
torch
|
4 |
+
torchvision
|
5 |
+
numpy
|
6 |
+
Pillow
|
7 |
+
opencv-python
|
8 |
+
matplotlib
|