Spaces:
Build error
Build error
adjust camera
Browse files
app.py
CHANGED
|
@@ -386,7 +386,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 386 |
),
|
| 387 |
clear_color=[0.0, 0.0, 0.0, 0.0],
|
| 388 |
label="3D Model",
|
| 389 |
-
camera_position=(-50, 65,
|
| 390 |
zoom_speed=10.0,
|
| 391 |
)
|
| 392 |
gr.HTML(
|
|
@@ -406,12 +406,13 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 406 |
model_3d_grounding_result = gr.Model3D(
|
| 407 |
clear_color=[0.0, 0.0, 0.0, 0.0],
|
| 408 |
label="Grounding Result",
|
| 409 |
-
|
|
|
|
| 410 |
)
|
| 411 |
gr.HTML(
|
| 412 |
"""<center><strong>
|
| 413 |
-
<div style="display:inline-block; color:green">■</div> =
|
| 414 |
-
<div style="display:inline-block; color:
|
| 415 |
</strong></center>
|
| 416 |
"""
|
| 417 |
)
|
|
|
|
| 386 |
),
|
| 387 |
clear_color=[0.0, 0.0, 0.0, 0.0],
|
| 388 |
label="3D Model",
|
| 389 |
+
camera_position=(-50, 65, 6),
|
| 390 |
zoom_speed=10.0,
|
| 391 |
)
|
| 392 |
gr.HTML(
|
|
|
|
| 406 |
model_3d_grounding_result = gr.Model3D(
|
| 407 |
clear_color=[0.0, 0.0, 0.0, 0.0],
|
| 408 |
label="Grounding Result",
|
| 409 |
+
camera_position=(-50, 65, 6),
|
| 410 |
+
zoom_speed=10.0,
|
| 411 |
)
|
| 412 |
gr.HTML(
|
| 413 |
"""<center><strong>
|
| 414 |
+
<div style="display:inline-block; color:green">■</div> = Predicted Target
|
| 415 |
+
<div style="display:inline-block; color:gold">■</div> = Grounded Chain-of-Thought
|
| 416 |
</strong></center>
|
| 417 |
"""
|
| 418 |
)
|