Ramón commited on
Commit
f8d1a61
1 Parent(s): c1db768

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ article = "<p style='text-align: center'><a href='https://kornia.readthedocs.io/
73
  iface = gr.Interface(edge_detection,
74
  [
75
  gr.Image(type="filepath"),
76
- 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"], value="1st order derivates in x")
77
  ],
78
  "image",
79
  examples
 
73
  iface = gr.Interface(edge_detection,
74
  [
75
  gr.Image(type="filepath"),
76
+ 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"])
77
  ],
78
  "image",
79
  examples