rwheel commited on
Commit
dc85961
1 Parent(s): df8111c

Added description and title

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -69,7 +69,10 @@ iface = gr.Interface(edge_detection,
69
  gr.Dropdown(choices=["1st order derivates in x", "1st order derivates in y", "2nd order derivatives in x", "2nd order derivatives in y", "Sobel", "Laplacian", "Canny"])
70
  ],
71
  "image",
72
- examples
 
 
 
73
 
74
  )
75
 
 
69
  gr.Dropdown(choices=["1st order derivates in x", "1st order derivates in y", "2nd order derivatives in x", "2nd order derivatives in y", "Sobel", "Laplacian", "Canny"])
70
  ],
71
  "image",
72
+ examples,
73
+ title=title,
74
+ description=description,
75
+ article=article
76
 
77
  )
78