Spaces:
Running on Zero
Running on Zero
Rawal Khirodkar commited on
Commit 路
4751e1d
1
Parent(s): 593faf8
Pointmap: trim 3D viewer label to just 'Pointmap'
Browse files
app.py
CHANGED
|
@@ -399,7 +399,7 @@ with gr.Blocks(title="Sapiens2 Pointmap", theme=gr.themes.Soft(), css=CUSTOM_CSS
|
|
| 399 |
with gr.Row(equal_height=True):
|
| 400 |
inp = gr.Image(label="Input", type="pil", height=640, scale=2)
|
| 401 |
out_glb = gr.Model3D(
|
| 402 |
-
label="Pointmap
|
| 403 |
height=640,
|
| 404 |
clear_color=[0.10, 0.11, 0.14, 1.0],
|
| 405 |
camera_position=(35, 70, 4.0),
|
|
|
|
| 399 |
with gr.Row(equal_height=True):
|
| 400 |
inp = gr.Image(label="Input", type="pil", height=640, scale=2)
|
| 401 |
out_glb = gr.Model3D(
|
| 402 |
+
label="Pointmap",
|
| 403 |
height=640,
|
| 404 |
clear_color=[0.10, 0.11, 0.14, 1.0],
|
| 405 |
camera_position=(35, 70, 4.0),
|