Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def canny(img, kernel, sigma):
|
|
118 |
interface = gr.Interface(
|
119 |
title = "Canny Edge Detector ๐ค",
|
120 |
description = "<h3>The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images.</h3> <br> <b>Select an image ๐ผ</b>",
|
121 |
-
article='<a href="
|
122 |
allow_flagging = "never",
|
123 |
fn = canny,
|
124 |
inputs = [
|
|
|
118 |
interface = gr.Interface(
|
119 |
title = "Canny Edge Detector ๐ค",
|
120 |
description = "<h3>The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images.</h3> <br> <b>Select an image ๐ผ</b>",
|
121 |
+
article='Step-by-step on GitHub <a href="https://github.com/Ivanrs297/machine-learning-projects/blob/main/computer-vision/edge_detection/main.ipynb"> notebook </a> <br> ~ Ivanrs',
|
122 |
allow_flagging = "never",
|
123 |
fn = canny,
|
124 |
inputs = [
|