Spaces:
Running
on
Zero
Running
on
Zero
nkeetha user
commited on
Commit
ยท
0fc3f5c
1
Parent(s):
d691be0
Minor Text Updates
Browse files- app.py +1 -1
- mapanything/utils/hf_utils/css_and_html.py +1 -1
app.py
CHANGED
|
@@ -1080,7 +1080,7 @@ with gr.Blocks(theme=theme, css=GRADIO_CSS) as demo:
|
|
| 1080 |
|
| 1081 |
with gr.Column(scale=4):
|
| 1082 |
with gr.Column():
|
| 1083 |
-
gr.Markdown("**3D Reconstruction (Point Cloud and Camera Poses)**")
|
| 1084 |
log_output = gr.Markdown(
|
| 1085 |
"Please upload a video or images, then click Reconstruct.",
|
| 1086 |
elem_classes=["custom-log"],
|
|
|
|
| 1080 |
|
| 1081 |
with gr.Column(scale=4):
|
| 1082 |
with gr.Column():
|
| 1083 |
+
gr.Markdown("**Metric 3D Reconstruction (Point Cloud and Camera Poses)**")
|
| 1084 |
log_output = gr.Markdown(
|
| 1085 |
"Please upload a video or images, then click Reconstruct.",
|
| 1086 |
elem_classes=["custom-log"],
|
mapanything/utils/hf_utils/css_and_html.py
CHANGED
|
@@ -105,7 +105,7 @@ def get_header_html(logo_base64=None):
|
|
| 105 |
return f"""
|
| 106 |
<div style="display: flex; align-items: center; margin-bottom: 20px;">
|
| 107 |
<img src="{logo_src}" alt="WAI Logo" style="height: 40px; margin-right: 15px; {logo_style}">
|
| 108 |
-
<h1 style="margin: 0;"><span style="color: #ffb366;">MapAnything:</span> <span style="color: #555555;">3D Scene Reconstruction</span></h1>
|
| 109 |
</div>
|
| 110 |
<p>
|
| 111 |
<a href="https://github.com/facebookresearch/map-anything">๐ GitHub Repository</a> |
|
|
|
|
| 105 |
return f"""
|
| 106 |
<div style="display: flex; align-items: center; margin-bottom: 20px;">
|
| 107 |
<img src="{logo_src}" alt="WAI Logo" style="height: 40px; margin-right: 15px; {logo_style}">
|
| 108 |
+
<h1 style="margin: 0;"><span style="color: #ffb366;">MapAnything:</span> <span style="color: #555555;">Metric 3D Scene Reconstruction</span></h1>
|
| 109 |
</div>
|
| 110 |
<p>
|
| 111 |
<a href="https://github.com/facebookresearch/map-anything">๐ GitHub Repository</a> |
|