geyongtao commited on
Commit
e606d8f
1 Parent(s): 710d1f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from mini_dust3r.utils.misc import (
18
  transpose_to_landscape,
19
  )
20
 
21
- from .catmlp_dpt_head import Cat_MLP_LocalFeatures_DPT_Pts3d
22
 
23
  DEVICE = "cuda" if torch.cuda.is_available() else "CPU"
24
 
 
18
  transpose_to_landscape,
19
  )
20
 
21
+ from catmlp_dpt_head import Cat_MLP_LocalFeatures_DPT_Pts3d
22
 
23
  DEVICE = "cuda" if torch.cuda.is_available() else "CPU"
24