Spaces:
Runtime error
Runtime error
NORLIE JHON MALAGDAO
commited on
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
torch
|
2 |
-
|
3 |
gradio
|
4 |
matplotlib
|
5 |
numpy
|
6 |
-
|
7 |
tensorflow
|
8 |
-
gdown
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
torchvision
|
3 |
gradio
|
4 |
matplotlib
|
5 |
numpy
|
6 |
+
Pillow
|
7 |
tensorflow
|
8 |
+
gdown
|
9 |
+
pathlib
|
10 |
+
scikit-learn
|
11 |
+
seaborn
|
12 |
+
opencv-python-headless
|
13 |
+
h5py
|