Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
torch==1.9.0
|
2 |
-
torchvision==0.10.0
|
3 |
matplotlib==3.4.2
|
4 |
streamlit==0.84.0
|
|
|
|
|
|
1 |
+
torch==1.9.0+cpu
|
2 |
+
torchvision==0.10.0+cpu
|
3 |
matplotlib==3.4.2
|
4 |
streamlit==0.84.0
|
5 |
+
numpy==1.21.0
|
6 |
+
Pillow==8.2.0
|