Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|