arxivgpt kim commited on
Commit
e4852a7
1 Parent(s): 8d7cbc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -16,17 +16,6 @@ from common.utils import (
16
  DEFAULT_DEFAULT_KEYPOINT_THRESHOLD,
17
  )
18
 
19
- DESCRIPTION = """
20
- # Image Matching WebUI
21
- This Space demonstrates [Image Matching WebUI](https://github.com/Vincentqyw/image-matching-webui) by vincent qin. Feel free to play with it, or duplicate to run image matching without a queue!
22
-
23
- 🔎 For more details about supported local features and matchers, please refer to https://github.com/Vincentqyw/image-matching-webui
24
-
25
- 🚀 All algorithms run on CPU for inference on HF, causing slow speeds and high latency. For faster inference, please download the [source code](https://github.com/Vincentqyw/image-matching-webui) for local deployment.
26
-
27
- 🐛 Your feedback is valuable to me. Please do not hesitate to report any bugs [here](https://github.com/Vincentqyw/image-matching-webui/issues).
28
- """
29
-
30
 
31
  def ui_change_imagebox(choice):
32
  """
 
16
  DEFAULT_DEFAULT_KEYPOINT_THRESHOLD,
17
  )
18
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  def ui_change_imagebox(choice):
21
  """