dylanebert HF Staff commited on
Commit
f6dc941
·
verified ·
1 Parent(s): 12361d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -10,7 +10,10 @@ demo = gr.Interface(
10
  fn=load_splat,
11
  inputs=gr.Model3D(),
12
  outputs=gr.Model3D(),
13
- examples=[os.path.join(os.path.dirname(__file__), "bonsai-7k-mini.splat")],
 
 
 
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