ArthurLin commited on
Commit
4f4054b
·
verified ·
1 Parent(s): a27a6c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ from model import load_model
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):
 
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):