Ahsen Khaliq commited on
Commit
1cc2bd1
1 Parent(s): 1a70cbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,8 +53,8 @@ def inference(file1,file2):
53
 
54
 
55
  title = "Kornia-Loftr"
56
- description = "demo for Anime2Sketch. 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://arxiv.org/abs/2104.05703'>Adversarial Open Domain Adaption for Sketch-to-Photo Synthesis</a> | <a href='https://github.com/Mukosame/Anime2Sketch'>Github Repo</a></p>"
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,