Rolv-Arild commited on
Commit
f79e46f
·
verified ·
1 Parent(s): 09e6bb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
13
 
14
  from huggingface_hub import Repository
15
 
16
- repo = Repository(local_dir="vortex-ngp", clone_from="Rolv-Arild/vortex-ngp")
17
  repo.git_pull()
18
 
19
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
13
 
14
  from huggingface_hub import Repository
15
 
16
+ repo = Repository(local_dir="vortex-ngp", clone_from="Rolv-Arild/vortex-ngp", token=os.getenv("HF_TOKEN"))
17
  repo.git_pull()
18
 
19
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")