Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
| 3 |
matplotlib
|
| 4 |
numpy
|
| 5 |
-
|
| 6 |
scikit-image
|
|
|
|
|
|
|
| 7 |
torch
|
| 8 |
torchvision
|
|
|
|
| 1 |
+
Flask
|
| 2 |
+
Flask_Cors
|
| 3 |
+
gradio>=3.0
|
| 4 |
matplotlib
|
| 5 |
numpy
|
| 6 |
+
opencv-python-headless
|
| 7 |
scikit-image
|
| 8 |
+
pillow
|
| 9 |
+
requests
|
| 10 |
torch
|
| 11 |
torchvision
|