Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,8 +19,8 @@ from model import load_model
|
|
| 19 |
from explanation import result_explanation
|
| 20 |
|
| 21 |
|
| 22 |
-
|
| 23 |
-
pipe = load_model(model_path='kaitchup/Llama-3-8b-awq-4bit')
|
| 24 |
|
| 25 |
def gradio_inference(jd_file, cv_files, top_k,
|
| 26 |
w_exp, w_skills, w_culture, w_traits, w_edu):
|
|
|
|
| 19 |
from explanation import result_explanation
|
| 20 |
|
| 21 |
|
| 22 |
+
pipe = load_model(model_path='vilm/vietcuna-3b-v2')
|
| 23 |
+
# pipe = load_model(model_path='kaitchup/Llama-3-8b-awq-4bit')
|
| 24 |
|
| 25 |
def gradio_inference(jd_file, cv_files, top_k,
|
| 26 |
w_exp, w_skills, w_culture, w_traits, w_edu):
|