Johannes commited on
Commit
e7a078f
1 Parent(s): 29421eb

add line style to examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()