Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Johannes
commited on
Commit
•
6dd7985
1
Parent(s):
55c92cf
add example image link
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def infer(image_input, dst_height:str, dst_width:str):
|
|
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
|
92 |
2. Set 4 points into the image with your cursor, which define the area to warp
|
93 |
3. Set a desired output size (or go with the default)
|
94 |
4. Click Submit to run the demo
|
|
|
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
|
93 |
3. Set a desired output size (or go with the default)
|
94 |
4. Click Submit to run the demo
|