thak123 commited on
Commit
01a2860
·
verified ·
1 Parent(s): 4402ae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ pipeline
16
 
17
 
18
  analyzer = pipeline(
19
- "sentiment-analysis", model="FFZG-cleopatra/M2SA-text-only"
20
  )
21
 
22
  def predict_sentiment(x):
 
16
 
17
 
18
  analyzer = pipeline(
19
+ "sentiment-analysis", model="FFZG-cleopatra/M2SA"
20
  )
21
 
22
  def predict_sentiment(x):