Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
1cc2bd1
1
Parent(s):
1a70cbc
Update app.py
Browse files
app.py
CHANGED
@@ -53,8 +53,8 @@ def inference(file1,file2):
|
|
53 |
|
54 |
|
55 |
title = "Kornia-Loftr"
|
56 |
-
description = "demo for
|
57 |
-
article = "<p style='text-align: center'><a href='https://
|
58 |
|
59 |
gr.Interface(
|
60 |
inference,
|
|
|
53 |
|
54 |
|
55 |
title = "Kornia-Loftr"
|
56 |
+
description = "Gradio demo for Kornia-Loftr. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
57 |
+
article = "<p style='text-align: center'><a href='https://kornia.readthedocs.io/en/latest/'>Open Source Differentiable Computer Vision Library</a> | <a href='https://github.com/kornia/kornia'>Github Repo</a></p>"
|
58 |
|
59 |
gr.Interface(
|
60 |
inference,
|