Spaces:
Running
on
Zero
Running
on
Zero
Update ui/app_class.py
Browse files- ui/app_class.py +6 -2
ui/app_class.py
CHANGED
|
@@ -43,7 +43,11 @@ DESCRIPTION = """
|
|
| 43 |
</p>
|
| 44 |
|
| 45 |
<p style="text-align: center; font-size: 16px; color: #666;">
|
| 46 |
-
We are grateful to the authors for their contribution of the source code.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
</p>
|
| 48 |
"""
|
| 49 |
|
|
@@ -116,7 +120,7 @@ class ImageMatchingApp:
|
|
| 116 |
show_download_button=False,
|
| 117 |
)
|
| 118 |
with gr.Column(scale=3):
|
| 119 |
-
gr.
|
| 120 |
with gr.Row(equal_height=False):
|
| 121 |
with gr.Column():
|
| 122 |
with gr.Row():
|
|
|
|
| 43 |
</p>
|
| 44 |
|
| 45 |
<p style="text-align: center; font-size: 16px; color: #666;">
|
| 46 |
+
We are grateful to the authors for their contribution of the source code.
|
| 47 |
+
</p>
|
| 48 |
+
|
| 49 |
+
<p style="text-align: center; font-size: 16px; color: #666;">
|
| 50 |
+
Here we provide our MINIMA-model in our paper for test and comparison, and this project is undergoing continuous enhancement.
|
| 51 |
</p>
|
| 52 |
"""
|
| 53 |
|
|
|
|
| 120 |
show_download_button=False,
|
| 121 |
)
|
| 122 |
with gr.Column(scale=3):
|
| 123 |
+
gr.HTML(DESCRIPTION)
|
| 124 |
with gr.Row(equal_height=False):
|
| 125 |
with gr.Column():
|
| 126 |
with gr.Row():
|