Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ demo = gr.Interface(
|
|
15 |
[os.path.join(os.path.dirname(__file__), "files/model3.glb")],
|
16 |
[os.path.join(os.path.dirname(__file__), "files/model4.glb")],
|
17 |
["https://huggingface.co/datasets/dylanebert/3dgs/resolve/main/bonsai/bonsai-7k-mini.splat"],
|
18 |
-
["https://huggingface.co/datasets/dylanebert/3dgs/resolve/main/luigi/luigi.ply"],
|
19 |
],
|
20 |
cache_examples=True
|
21 |
)
|
|
|
15 |
[os.path.join(os.path.dirname(__file__), "files/model3.glb")],
|
16 |
[os.path.join(os.path.dirname(__file__), "files/model4.glb")],
|
17 |
["https://huggingface.co/datasets/dylanebert/3dgs/resolve/main/bonsai/bonsai-7k-mini.splat"],
|
|
|
18 |
],
|
19 |
cache_examples=True
|
20 |
)
|