Spaces:
Runtime error
Runtime error
NORLIE JHON MALAGDAO
commited on
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
gradio
|
4 |
matplotlib
|
5 |
numpy
|
6 |
Pillow
|
|
|
7 |
tensorflow
|
8 |
gdown
|
9 |
pathlib
|
|
|
1 |
+
pip install -r requirements.txt
|
2 |
torch
|
3 |
torchvision
|
4 |
gradio
|
5 |
matplotlib
|
6 |
numpy
|
7 |
Pillow
|
8 |
+
tensorflow>=2.4.0
|
9 |
tensorflow
|
10 |
gdown
|
11 |
pathlib
|