Realcat commited on
Commit
6203f98
Β·
1 Parent(s): 063db06

update: app

Browse files
Files changed (1) hide show
  1. imcui/ui/app_class.py +3 -2
imcui/ui/app_class.py CHANGED
@@ -23,9 +23,10 @@ DESCRIPTION = """
23
  # Image Matching WebUI
24
  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!
25
  <br/>
26
- πŸ”Ž For more details about supported local features and matchers, please refer to https://github.com/Vincentqyw/image-matching-webui
27
 
28
- πŸš€ All algorithms run on CPU for inference, causing slow speeds and high latency. For faster inference, please download the [source code](https://github.com/Vincentqyw/image-matching-webui) for local deployment.
 
 
29
 
30
  πŸ› Your feedback is valuable to me. Please do not hesitate to report any bugs [here](https://github.com/Vincentqyw/image-matching-webui/issues).
31
  """
 
23
  # Image Matching WebUI
24
  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!
25
  <br/>
 
26
 
27
+ πŸš€ **Now GPU-accelerated!** Thanks to HuggingFace's community grant, all algorithms run on GPU for fast, responsive inference.
28
+
29
+ πŸ”Ž For more details about supported local features and matchers, please refer to https://github.com/Vincentqyw/image-matching-webui
30
 
31
  πŸ› Your feedback is valuable to me. Please do not hesitate to report any bugs [here](https://github.com/Vincentqyw/image-matching-webui/issues).
32
  """