Spaces:
Sleeping
Sleeping
Commit ·
0fdb15e
1
Parent(s): b120476
Add 3D
Browse files
app.py
CHANGED
|
@@ -17,6 +17,6 @@ with gr.Blocks() as demo:
|
|
| 17 |
# Second part: 3D point cloud viewer
|
| 18 |
with gr.Tab("3D Point Cloud Viewer"):
|
| 19 |
gr.Markdown("### 🌀 Upload and View 3D Point Cloud")
|
| 20 |
-
model3d = gr.Model3D(value="
|
| 21 |
|
| 22 |
demo.launch()
|
|
|
|
| 17 |
# Second part: 3D point cloud viewer
|
| 18 |
with gr.Tab("3D Point Cloud Viewer"):
|
| 19 |
gr.Markdown("### 🌀 Upload and View 3D Point Cloud")
|
| 20 |
+
model3d = gr.Model3D(value="scene0435_00_vh_clean_2.ply")
|
| 21 |
|
| 22 |
demo.launch()
|