Spaces:
Running
Running
try color
Browse files- gradio_demo.py +1 -1
gradio_demo.py
CHANGED
|
@@ -320,7 +320,7 @@ with gr.Blocks(title="MeshFormer Demo", css="style.css", theme=custom_theme) as
|
|
| 320 |
)
|
| 321 |
# with gr.Row():
|
| 322 |
# mesh_output = gr.Model3D(label="Generated Mesh", elem_id="model-3d-out")
|
| 323 |
-
mesh_output_normal =
|
| 324 |
label="Generated Mesh (normal)",
|
| 325 |
elem_id="mesh-normal-out",
|
| 326 |
height=400,
|
|
|
|
| 320 |
)
|
| 321 |
# with gr.Row():
|
| 322 |
# mesh_output = gr.Model3D(label="Generated Mesh", elem_id="model-3d-out")
|
| 323 |
+
mesh_output_normal = Model3DColor(
|
| 324 |
label="Generated Mesh (normal)",
|
| 325 |
elem_id="mesh-normal-out",
|
| 326 |
height=400,
|