Update mast3r/demo.py
Browse files- mast3r/demo.py +1 -1
mast3r/demo.py
CHANGED
@@ -327,4 +327,4 @@ def main_demo(tmpdirname, model, device, image_size, server_name, server_port, s
|
|
327 |
inputs=[scene, min_conf_thr, as_pointcloud, mask_sky,
|
328 |
clean_depth, transparent_cams, cam_size, TSDF_thresh],
|
329 |
outputs=outmodel)
|
330 |
-
demo.launch(
|
|
|
327 |
inputs=[scene, min_conf_thr, as_pointcloud, mask_sky,
|
328 |
clean_depth, transparent_cams, cam_size, TSDF_thresh],
|
329 |
outputs=outmodel)
|
330 |
+
demo.launch()
|