Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ demo = gr.Interface(
|
|
20 |
["https://huggingface.co/datasets/dylanebert/3dgs/resolve/main/bonsai/bonsai-7k-mini.splat"],
|
21 |
["https://huggingface.co/datasets/dylanebert/3dgs/resolve/main/luigi/luigi.ply"],
|
22 |
],
|
23 |
-
cache_examples=
|
24 |
)
|
25 |
|
26 |
if __name__ == "__main__":
|
|
|
20 |
["https://huggingface.co/datasets/dylanebert/3dgs/resolve/main/bonsai/bonsai-7k-mini.splat"],
|
21 |
["https://huggingface.co/datasets/dylanebert/3dgs/resolve/main/luigi/luigi.ply"],
|
22 |
],
|
23 |
+
cache_examples=False
|
24 |
)
|
25 |
|
26 |
if __name__ == "__main__":
|