Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -445,14 +445,6 @@ APP_CSS = GRADIO_CSS + """
|
|
| 445 |
with gr.Blocks() as demo:
|
| 446 |
is_example = gr.Textbox(label="is_example", visible=False, value="None")
|
| 447 |
|
| 448 |
-
# Top Header
|
| 449 |
-
gr.HTML("""
|
| 450 |
-
<div style="text-align: center; margin: 20px 0;">
|
| 451 |
-
<h2 style="color: #1976D2; margin-bottom: 10px;">MapAnything V8 - 3D Reconstruction</h2>
|
| 452 |
-
<p style="color: #666; font-size: 16px;">Metric 3D Reconstruction (Point Cloud and Camera Poses)</p>
|
| 453 |
-
</div>
|
| 454 |
-
""")
|
| 455 |
-
|
| 456 |
target_dir_output = gr.Textbox(label="Target Dir", visible=False, value="None")
|
| 457 |
|
| 458 |
with gr.Row(equal_height=False):
|
|
|
|
| 445 |
with gr.Blocks() as demo:
|
| 446 |
is_example = gr.Textbox(label="is_example", visible=False, value="None")
|
| 447 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 448 |
target_dir_output = gr.Textbox(label="Target Dir", visible=False, value="None")
|
| 449 |
|
| 450 |
with gr.Row(equal_height=False):
|