Spaces:
Running
Running
Update models.py
Browse files
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 |
|