Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Johannes
commited on
Commit
·
e7a078f
1
Parent(s):
29421eb
add line style to examples
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ Iface = gr.Interface(
|
|
80 |
label="Options"),
|
81 |
],
|
82 |
outputs=gr.components.Plot(),
|
83 |
-
examples=[["terrace0.JPG", "terrace1.JPG"]],
|
84 |
title="Line Segment Matching with Kornia",
|
85 |
description=description,
|
86 |
).launch()
|
|
|
80 |
label="Options"),
|
81 |
],
|
82 |
outputs=gr.components.Plot(),
|
83 |
+
examples=[["terrace0.JPG", "terrace1.JPG", "Line Matches"]],
|
84 |
title="Line Segment Matching with Kornia",
|
85 |
description=description,
|
86 |
).launch()
|