pablovela5620 commited on
Commit
50081a5
1 Parent(s): 0a08378

Update tools/app.py

Browse files

switch model to point to undeleted version

Files changed (1) hide show
  1. tools/app.py +1 -1
tools/app.py CHANGED
@@ -36,7 +36,7 @@ if gr.NO_RELOAD:
36
  else "cpu"
37
  )
38
  MODEL = AsymmetricCroCo3DStereo.from_pretrained(
39
- "naver/DUSt3R_ViTLarge_BaseDecoder_512_dpt"
40
  ).to(DEVICE)
41
 
42
 
 
36
  else "cpu"
37
  )
38
  MODEL = AsymmetricCroCo3DStereo.from_pretrained(
39
+ "nielsr/DUSt3R_ViTLarge_BaseDecoder_512_dpt"
40
  ).to(DEVICE)
41
 
42