Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -1 +1,9 @@
|
|
1 |
flask
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
flask
|
2 |
+
opencv-python-headless
|
3 |
+
numpy
|
4 |
+
Pillow
|
5 |
+
matplotlib
|
6 |
+
torch
|
7 |
+
transformers
|
8 |
+
super-image
|
9 |
+
urllib3
|