gregH commited on
Commit
d367953
1 Parent(s): f58de96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("HF_TOKEN")
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