Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ set_seed(13)
|
|
51 |
print(f"Starting to load the model to memory")
|
52 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
53 |
|
54 |
-
HF_TOKEN = os.getenv("
|
55 |
print(HF_TOKEN)
|
56 |
|
57 |
|
|
|
51 |
print(f"Starting to load the model to memory")
|
52 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
53 |
|
54 |
+
HF_TOKEN = os.getenv("HF_TOKEN")
|
55 |
print(HF_TOKEN)
|
56 |
|
57 |
|