cdcvd commited on
Commit
4dfd652
1 Parent(s): de1d69b

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +2 -0
models.py CHANGED
@@ -121,6 +121,8 @@ def evaluate_with_jabir(pdf_file, job_description):
121
  return f"Error: {response.status_code}, {response.text}"
122
 
123
 
 
 
124
 
125
 
126
 
 
121
  return f"Error: {response.status_code}, {response.text}"
122
 
123
 
124
+ hf_api_key = os.getenv("HF_API_KEY1")
125
+ login(token=hf_api_key)
126
 
127
 
128