Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def get_labels(response_list):
|
|
42 |
print(f"Starting to load the model to memory")
|
43 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
44 |
|
45 |
-
HF_TOKEN = os.getenv("
|
46 |
print(HF_TOKEN)
|
47 |
|
48 |
|
|
|
42 |
print(f"Starting to load the model to memory")
|
43 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
44 |
|
45 |
+
HF_TOKEN = os.getenv("HF_Token")
|
46 |
print(HF_TOKEN)
|
47 |
|
48 |
|