Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,10 @@ demo = gr.Interface(
|
|
| 10 |
fn=load_splat,
|
| 11 |
inputs=gr.Model3D(),
|
| 12 |
outputs=gr.Model3D(),
|
| 13 |
-
examples=[
|
|
|
|
|
|
|
|
|
|
| 14 |
cache_examples=True,
|
| 15 |
)
|
| 16 |
|
|
|
|
| 10 |
fn=load_splat,
|
| 11 |
inputs=gr.Model3D(),
|
| 12 |
outputs=gr.Model3D(),
|
| 13 |
+
examples=[
|
| 14 |
+
os.path.join(os.path.dirname(__file__), "bonsai-7k-mini.splat"),
|
| 15 |
+
os.path.join(os.path.dirname(__file__), "bonsai.ply")
|
| 16 |
+
],
|
| 17 |
cache_examples=True,
|
| 18 |
)
|
| 19 |
|