Spaces:
Runtime error
Runtime error
fix bug
Browse files- .DS_Store +0 -0
- requirements.txt +6 -0
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# pip install -r requirements.txt
|
2 |
+
|
3 |
+
numpy>=1.18.5
|
4 |
+
torch>=1.7.0
|
5 |
+
torchvision>=0.8.1
|
6 |
+
Pillow
|