mischeiwiller commited on
Commit
5079be4
1 Parent(s): f6f44bd

fix: update tutorial link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def infer(image_input, dst_height:str, dst_width:str):
86
  return fig
87
 
88
 
89
- description = """In this space you can warp an image using perspective transform with the Kornia library as seen in [this tutorial](https://kornia-tutorials.readthedocs.io/en/latest/warp_perspective.html).
90
 
91
  1. Upload an image (e.g. [this one](https://github.com/kornia/data/raw/main/bruce.png))
92
  2. Set 4 points into the image with your cursor, which define the area to warp
 
86
  return fig
87
 
88
 
89
+ description = """In this space you can warp an image using perspective transform with the Kornia library as seen in [this tutorial](https://kornia.github.io/tutorials/#category=Homography).
90
 
91
  1. Upload an image (e.g. [this one](https://github.com/kornia/data/raw/main/bruce.png))
92
  2. Set 4 points into the image with your cursor, which define the area to warp