Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ repo = Repository(local_dir="vortex-ngp", clone_from="Rolv-Arild/vortex-ngp", to
|
|
17 |
repo.git_pull()
|
18 |
|
19 |
DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
20 |
-
MODEL = torch.jit.load("vortex-ngp/
|
21 |
MODEL.eval()
|
22 |
|
23 |
|
|
|
17 |
repo.git_pull()
|
18 |
|
19 |
DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
20 |
+
MODEL = torch.jit.load("vortex-ngp/vortex-ngp-avid-frog.pt", map_location=DEVICE)
|
21 |
MODEL.eval()
|
22 |
|
23 |
|