Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mischeiwiller
commited on
Commit
•
076a47f
1
Parent(s):
a73d4f5
Update tutorial link
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ examples = [["examples/doraemon.png"], ["examples/kornia.png"]]
|
|
46 |
|
47 |
title = "Kornia Edge Detector"
|
48 |
description = "<p style='text-align: center'>This is a Gradio demo for Kornia's Edge Detector.</p><p style='text-align: center'>To use it, simply upload your image, or click one of the examples to load them, and use the sliders to enhance! Read more at the links at the bottom.</p>"
|
49 |
-
article = "<p style='text-align: center'><a href='https://kornia.readthedocs.io/en/latest/' target='_blank'>Kornia Docs</a> | <a href='https://github.com/kornia/kornia' target='_blank'>Kornia Github Repo</a> | <a
|
50 |
|
51 |
def change_layout(choice):
|
52 |
kernel = gr.update(visible=False)
|
|
|
46 |
|
47 |
title = "Kornia Edge Detector"
|
48 |
description = "<p style='text-align: center'>This is a Gradio demo for Kornia's Edge Detector.</p><p style='text-align: center'>To use it, simply upload your image, or click one of the examples to load them, and use the sliders to enhance! Read more at the links at the bottom.</p>"
|
49 |
+
article = "<p style='text-align: center'><a href='https://kornia.readthedocs.io/en/latest/' target='_blank'>Kornia Docs</a> | <a href='https://github.com/kornia/kornia' target='_blank'>Kornia Github Repo</a> | <a https://kornia.github.io/tutorials/#category=Edge%20Detection' target='_blank'>Kornia Enhancements Tutorial</a></p>"
|
50 |
|
51 |
def change_layout(choice):
|
52 |
kernel = gr.update(visible=False)
|