CR7CAD commited on
Commit
fd8d785
·
verified ·
1 Parent(s): 9d23eb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def load_models():
66
  # Use pipeline if available
67
  models['evaluator'] = pipeline(
68
  "sentiment-analysis",
69
- model="cardiffnlp/twitter-xlm-roberta-base-sentiment"
70
  )
71
  else:
72
  # Fall back to basic model loading
 
66
  # Use pipeline if available
67
  models['evaluator'] = pipeline(
68
  "sentiment-analysis",
69
+ model="nlptown/bert-base-multilingual-uncased-sentiment"
70
  )
71
  else:
72
  # Fall back to basic model loading