Spaces:
Running
Running
Commit
·
01bf37b
1
Parent(s):
bd7f9be
update app.py
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch>=1.8.0
|
2 |
torchvision>=0.9.0
|
3 |
matplotlib==3.5.2
|
4 |
-
numpy
|
5 |
opencv-python==4.5.5.64
|
6 |
opencv-python-headless==4.5.5.64
|
7 |
scipy==1.7.3
|
|
|
1 |
torch>=1.8.0
|
2 |
torchvision>=0.9.0
|
3 |
matplotlib==3.5.2
|
4 |
+
numpy>=1.18.5 # for gradio
|
5 |
opencv-python==4.5.5.64
|
6 |
opencv-python-headless==4.5.5.64
|
7 |
scipy==1.7.3
|