Spaces:
Sleeping
Sleeping
aknapitsch user
commited on
Commit
Β·
f3026b8
1
Parent(s):
630b56b
cleanup references
Browse files
mapanything/utils/hf_utils/css_and_html.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
"""
|
| 2 |
CSS and HTML content for the MapAnything Gradio application.
|
| 3 |
-
This module contains all the CSS styles and HTML content blocks
|
| 4 |
used in the Gradio interface.
|
| 5 |
"""
|
| 6 |
|
|
@@ -166,7 +166,6 @@ def get_acknowledgements_html():
|
|
| 166 |
<ul style="list-style: none; padding: 0;">
|
| 167 |
<li>π <a href="https://github.com/microsoft/MoGe">MoGe (and MoGe2) on GitHub (and HuggingFace)</a></li>
|
| 168 |
<li>π <a href="https://github.com/facebookresearch/vggt">VGGT on GitHub</a></li>
|
| 169 |
-
<li>π <a href="https://github.com/xiongzhu666/Sky-Segmentation-and-Post-processing">ONNX for sky segmentation</a></li>
|
| 170 |
</ul>
|
| 171 |
<p>We extend our gratitude to these projects for their valuable contributions to the research community.</p>
|
| 172 |
</div>
|
|
|
|
| 1 |
"""
|
| 2 |
CSS and HTML content for the MapAnything Gradio application.
|
| 3 |
+
This module contains all the CSS styles and HTML content blocks
|
| 4 |
used in the Gradio interface.
|
| 5 |
"""
|
| 6 |
|
|
|
|
| 166 |
<ul style="list-style: none; padding: 0;">
|
| 167 |
<li>π <a href="https://github.com/microsoft/MoGe">MoGe (and MoGe2) on GitHub (and HuggingFace)</a></li>
|
| 168 |
<li>π <a href="https://github.com/facebookresearch/vggt">VGGT on GitHub</a></li>
|
|
|
|
| 169 |
</ul>
|
| 170 |
<p>We extend our gratitude to these projects for their valuable contributions to the research community.</p>
|
| 171 |
</div>
|