Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Added description and title
Browse files
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 |
|