Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|