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