Spaces:
Runtime error
Runtime error
Commit
Β·
50081a5
1
Parent(s):
0a08378
Update tools/app.py
Browse filesswitch model to point to undeleted version
- 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 |
-
"
|
| 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 |
|