Ivanrs commited on
Commit
3b560f1
ยท
1 Parent(s): a49e2a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="#"> Hello </a>',
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 = [