Karzan commited on
Commit
691c61a
·
verified ·
1 Parent(s): 24cf073

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  # Load the classification pipeline
5
  classifier = pipeline(
6
  "sentiment-analysis",
7
- model="Karzan/user_profile_skills_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
  return_all_scores=True,
9
  top_k=10
10
  )