Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
Pillow
|
4 |
+
opencv-python
|
5 |
+
gradio==3.41.2
|
6 |
+
pandas
|
7 |
+
numpy
|
8 |
+
transformers
|