lsxi77777 commited on
Commit
41b9a42
·
1 Parent(s): a930e1f
Files changed (2) hide show
  1. assets/logo.png +3 -0
  2. ui/app_class.py +2 -2
assets/logo.png ADDED

Git LFS Details

  • SHA256: cc240d8cec15fc116ba2a98be7e490a772a21275ebea28bdb61dfd6735ec5cc2
  • Pointer size: 131 Bytes
  • Size of remote file: 433 kB
ui/app_class.py CHANGED
@@ -39,7 +39,7 @@ DESCRIPTION = """
39
  This Space is derived from [Image Matching WebUI](https://github.com/Vincentqyw/image-matching-webui)
40
 
41
  We are grateful to the authors for their contribution of the source code.
42
- Here we provide our MINIMA-model in out paper for test and comparison and this project is undergoing continuous enhancement.
43
  """
44
 
45
  CSS = """
@@ -75,7 +75,7 @@ class ImageMatchingApp:
75
  gr.Image(
76
  str(
77
  Path(__file__).parent.parent
78
- / "assets/logo.webp"
79
  ),
80
  elem_id="logo-img",
81
  show_label=False,
 
39
  This Space is derived from [Image Matching WebUI](https://github.com/Vincentqyw/image-matching-webui)
40
 
41
  We are grateful to the authors for their contribution of the source code.
42
+ Here we provide our MINIMA-model in our paper for test and comparison and this project is undergoing continuous enhancement.
43
  """
44
 
45
  CSS = """
 
75
  gr.Image(
76
  str(
77
  Path(__file__).parent.parent
78
+ / "assets/logo.png"
79
  ),
80
  elem_id="logo-img",
81
  show_label=False,