Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Ramón
commited on
Commit
•
4ee69d5
1
Parent(s):
f8d1a61
Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,8 @@ def edge_detection(filepath, detector):
|
|
62 |
|
63 |
|
64 |
examples = [
|
65 |
-
["examples/huggingface.jpg"],
|
66 |
-
["examples/doraemon.jpg"]
|
67 |
]
|
68 |
|
69 |
title = "Kornia Edge Detection"
|
|
|
62 |
|
63 |
|
64 |
examples = [
|
65 |
+
["examples/huggingface.jpg", "1st order derivates in x"],
|
66 |
+
["examples/doraemon.jpg", "Canny"]
|
67 |
]
|
68 |
|
69 |
title = "Kornia Edge Detection"
|