Hunzla commited on
Commit
a38a4b9
·
1 Parent(s): 95672ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ model = AutoModelForCausalLM.from_pretrained(
14
  return_dict=True,
15
  torch_dtype=torch.float16,
16
  revision="main", # Or the desired revision
17
- auth_token=api_token # Provide the API token here
18
  )
19
 
20
  tokenizer = AutoTokenizer.from_pretrained(
 
14
  return_dict=True,
15
  torch_dtype=torch.float16,
16
  revision="main", # Or the desired revision
17
+ token=api_token # Provide the API token here
18
  )
19
 
20
  tokenizer = AutoTokenizer.from_pretrained(