Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from mini_dust3r.utils.misc import (
|
|
18 |
transpose_to_landscape,
|
19 |
)
|
20 |
|
21 |
-
from
|
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 |
|