xuelunshen commited on
Commit
c788334
1 Parent(s): 6f196bf
Files changed (1) hide show
  1. app.py +30 -1
app.py CHANGED
@@ -18,10 +18,39 @@ from common.utils import (
18
 
19
  DESCRIPTION = """
20
  # GIM Image Matching
 
21
  <p align="center">
 
 
 
 
 
 
 
 
 
 
 
 
22
  <span style="color: gray; font-size: smaller;">
23
- Thanks <a href="https://github.com/Vincentqyw/image-matching-webui" style="color: gray;">Vincentqyw/image-matching-webui</a> for the UI framework.
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  </span>
 
 
 
25
  </p>
26
  """
27
 
 
18
 
19
  DESCRIPTION = """
20
  # GIM Image Matching
21
+
22
  <p align="center">
23
+ <span style="color: black;">
24
+ You can click on the example images below, upload a picture, read images from the clipboard, and take photos with the camera
25
+ </span>
26
+ <br>
27
+ <span style="color: black;">
28
+ Running a match takes about 3.5 minutes (currently deployed on CPU)
29
+ </span>
30
+ <br>
31
+ <span style="color: black;">
32
+ Please wait patiently and keep the window in the foreground during operation
33
+ </span>
34
+ <br>
35
  <span style="color: gray; font-size: smaller;">
36
+ Thanks to <a href="https://github.com/Vincentqyw/image-matching-webui" style="color: gray;">Vincentqyw/image-matching-webui</a> for providing the UI framework.
37
+ </p>
38
+
39
+ <p align="center">
40
+ <span style="color: black;">
41
+ 你可以点击下面的示例图像, 上传图片, 读取剪贴板图片和用摄像头拍摄
42
+ </span>
43
+ <br>
44
+ <span style="color: black;">
45
+ 运行一次匹配需要 3.5 分钟左右的时间 (目前部署在cpu上)
46
+ </span>
47
+ <br>
48
+ <span style="color: black;">
49
+ 请你耐心等待, 运行期间保持窗口在最前面
50
  </span>
51
+ <br>
52
+ <span style="color: gray; font-size: smaller;">
53
+ 感谢 <a href="https://github.com/Vincentqyw/image-matching-webui" style="color: gray;">Vincentqyw/image-matching-webui</a> 提供的交互界面.
54
  </p>
55
  """
56