ostapagon commited on
Commit
3f42b8e
·
1 Parent(s): 52321ab

Fix some bugs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ if __name__ == '__main__':
35
  # with gr.Tab("Gaussian Splatting Demo"):
36
  # gs_demo_tab(cache_path)
37
 
38
- demo.launch(server_name=server_name, server_port=args.server_port)
39
 
40
  # python3 demo.py --weights "/app/mast3r/checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric.pth" --device "cuda" --server_port 3334 --local_network "$@"
 
35
  # with gr.Tab("Gaussian Splatting Demo"):
36
  # gs_demo_tab(cache_path)
37
 
38
+ demo.launch(server_name=None, server_port=None)
39
 
40
  # python3 demo.py --weights "/app/mast3r/checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric.pth" --device "cuda" --server_port 3334 --local_network "$@"