Spaces:
Running
on
Zero
Running
on
Zero
upload
Browse files- assets/logo.png +3 -0
- ui/app_class.py +2 -2
assets/logo.png
ADDED
Git LFS Details
|
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
|
43 |
"""
|
44 |
|
45 |
CSS = """
|
@@ -75,7 +75,7 @@ class ImageMatchingApp:
|
|
75 |
gr.Image(
|
76 |
str(
|
77 |
Path(__file__).parent.parent
|
78 |
-
/ "assets/logo.
|
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,
|