Johannes commited on
Commit
83849bd
1 Parent(s): e7a078f

slight description update

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -60,9 +60,7 @@ def infer(img1, img2, line_style: str):
60
 
61
 
62
 
63
- description = """Line Segment Matching with Kornia
64
-
65
- In this space you can try out Line Segment Matching with the Kornia library as seen in [this tutorial](https://kornia-tutorials.readthedocs.io/en/latest/line_detection_and_matching_sold2.html).
66
 
67
  Just upload two images of a scene with different view points, choose an option for output and run the demo.
68
  """
 
60
 
61
 
62
 
63
+ description = """In this space you can try out Line Detection and Segment Matching with the Kornia library as seen in [this tutorial](https://kornia-tutorials.readthedocs.io/en/latest/line_detection_and_matching_sold2.html).
 
 
64
 
65
  Just upload two images of a scene with different view points, choose an option for output and run the demo.
66
  """