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