Karzan commited on
Commit
9d786ad
·
verified ·
1 Parent(s): 691c61a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from transformers import pipeline
4
  # Load the classification pipeline
5
  classifier = pipeline(
6
  "sentiment-analysis",
7
- model="Karzan/user_profile_model",
 
8
  return_all_scores=True,
9
  top_k=10
10
  )
 
4
  # Load the classification pipeline
5
  classifier = pipeline(
6
  "sentiment-analysis",
7
+ # model="Karzan/user_profile_model",
8
+ model="Karzan/roles-based-on-skills-model",
9
  return_all_scores=True,
10
  top_k=10
11
  )