(ply_path)
| 405 | |
| 406 | |
| 407 | def interactive_visualizer(ply_path): |
| 408 | with gr.Blocks() as demo: |
| 409 | gr.Markdown("# 3D Gaussian Splatting (black-screen loading might take a while)") |
| 410 | gr.Model3D( |
| 411 | value=ply_path, # splat file |
| 412 | label="3D Scene", |
| 413 | ) |
| 414 | demo.launch(share=True) |
nothing calls this directly
no outgoing calls
no test coverage detected