Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
|
|
1 |
gradio
|
|
|
|
|
2 |
torch
|
3 |
torchvision
|
4 |
-
numpy
|
5 |
pillow
|
6 |
matplotlib
|
|
|
1 |
+
opencv-python
|
2 |
gradio
|
3 |
+
numpy
|
4 |
+
tensorflow
|
5 |
torch
|
6 |
torchvision
|
|
|
7 |
pillow
|
8 |
matplotlib
|