ostapagon commited on
Commit
5219789
·
1 Parent(s): ab602e8

Remove fn field from examples

Browse files
Files changed (1) hide show
  1. demo/mast3r_demo.py +0 -9
demo/mast3r_demo.py CHANGED
@@ -322,9 +322,6 @@ def mast3r_demo_tab():
322
  ]
323
  ],
324
  inputs=[snapshot, scene, min_conf_thr, matching_conf_thr, cam_size, as_pointcloud, shared_intrinsics, clean_depth, inputfiles],
325
- outputs=[scene, outmodel],
326
- fn=get_reconstructed_scene,
327
- run_on_click=False,
328
  )
329
  examples = gradio.Examples(
330
  examples=[
@@ -336,9 +333,6 @@ def mast3r_demo_tab():
336
  ]
337
  ],
338
  inputs=[snapshot, scene, min_conf_thr, matching_conf_thr, cam_size, as_pointcloud, shared_intrinsics, clean_depth, inputfiles],
339
- outputs=[scene, outmodel],
340
- fn=get_reconstructed_scene,
341
- run_on_click=False,
342
  )
343
  examples = gradio.Examples(
344
  examples=[
@@ -350,9 +344,6 @@ def mast3r_demo_tab():
350
  ]
351
  ],
352
  inputs=[snapshot, scene, min_conf_thr, matching_conf_thr, cam_size, as_pointcloud, shared_intrinsics, clean_depth, inputfiles],
353
- outputs=[scene, outmodel],
354
- fn=get_reconstructed_scene,
355
- run_on_click=False,
356
  )
357
 
358
 
 
322
  ]
323
  ],
324
  inputs=[snapshot, scene, min_conf_thr, matching_conf_thr, cam_size, as_pointcloud, shared_intrinsics, clean_depth, inputfiles],
 
 
 
325
  )
326
  examples = gradio.Examples(
327
  examples=[
 
333
  ]
334
  ],
335
  inputs=[snapshot, scene, min_conf_thr, matching_conf_thr, cam_size, as_pointcloud, shared_intrinsics, clean_depth, inputfiles],
 
 
 
336
  )
337
  examples = gradio.Examples(
338
  examples=[
 
344
  ]
345
  ],
346
  inputs=[snapshot, scene, min_conf_thr, matching_conf_thr, cam_size, as_pointcloud, shared_intrinsics, clean_depth, inputfiles],
 
 
 
347
  )
348
 
349