Spaces:
Runtime error
Runtime error
add missing lib
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
numpy
|
|
|
2 |
torch
|
3 |
-
torchvision
|
4 |
-
gradio
|
|
|
1 |
numpy
|
2 |
+
scipy
|
3 |
torch
|
4 |
+
torchvision
|
|