Rolv-Arild commited on
Commit
d33fd9c
·
verified ·
1 Parent(s): 81966e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ repo = Repository(local_dir="vortex-ngp", clone_from="Rolv-Arild/vortex-ngp", to
21
  repo.git_pull()
22
 
23
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
24
- MODEL = torch.jit.load("vortex-ngp/vortex-ngp-avid-frog.pt", map_location=DEVICE)
25
  MODEL.eval()
26
 
27
 
 
21
  repo.git_pull()
22
 
23
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
24
+ MODEL = torch.jit.load("vortex-ngp/vortex-ngp-daily-energy.pt", map_location=DEVICE)
25
  MODEL.eval()
26
 
27