Spaces:
Running
Running
Alex
commited on
Commit
·
86cf2f4
1
Parent(s):
ca8948a
added missing module scikit-image
Browse files- requirements.txt +2 -1
- response.json +1 -0
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ numpy
|
|
8 |
torch
|
9 |
dotenv
|
10 |
onnx
|
11 |
-
onnxruntime
|
|
|
|
8 |
torch
|
9 |
dotenv
|
10 |
onnx
|
11 |
+
onnxruntime
|
12 |
+
scikit-image
|
response.json
CHANGED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"detail":"Error processing image: No module named 'skimage'"}
|