yocabon commited on
Commit
7b04511
1 Parent(s): 1d74503
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gradio.Blocks(css=css, title=title, delete_cache=(gradio_delete_cache, grad
135
  os.path.join(HERE_PATH, 'mast3r/assets/NLE_tower/FF5599FD-768B-431A-AB83-BDA5FB44CB9D-83120-000041DADDE35483.jpg')]
136
  ]
137
  ],
138
- inputs=[snapshot, min_conf_thr, matching_conf_thr, as_pointcloud, cam_size, shared_intrinsics, inputfiles],
139
  outputs=[filestate, outmodel],
140
  fn=run_example,
141
  cache_examples="lazy",
 
135
  os.path.join(HERE_PATH, 'mast3r/assets/NLE_tower/FF5599FD-768B-431A-AB83-BDA5FB44CB9D-83120-000041DADDE35483.jpg')]
136
  ]
137
  ],
138
+ inputs=[snapshot, matching_conf_thr, min_conf_thr, cam_size, as_pointcloud, shared_intrinsics, inputfiles],
139
  outputs=[filestate, outmodel],
140
  fn=run_example,
141
  cache_examples="lazy",