Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fixed bug
Browse files
app.py
CHANGED
@@ -34,8 +34,8 @@ def morphological_operators(filepath, operator, kernel, kernel_size):
|
|
34 |
|
35 |
|
36 |
examples = [
|
37 |
-
["examples/cat.png", "Dilation", "Ones"],
|
38 |
-
["examples/huggingface.jpg", "Close", "Eye"]
|
39 |
]
|
40 |
|
41 |
title = "Kornia Morphological Operators"
|
|
|
34 |
|
35 |
|
36 |
examples = [
|
37 |
+
["examples/cat.png", "Dilation", "Ones", 3],
|
38 |
+
["examples/huggingface.jpg", "Close", "Eye", 5]
|
39 |
]
|
40 |
|
41 |
title = "Kornia Morphological Operators"
|