yangheng commited on
Commit
e0f64e4
·
1 Parent(s): 08b8fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import pandas as pd
10
 
11
  from pyabsa import APCCheckpointManager
12
 
13
- sentiment_classifier = APCCheckpointManager.get_sentiment_classifier(checkpoint='multilingual',
14
  auto_device=True # False means load model on CPU
15
  )
16
 
 
10
 
11
  from pyabsa import APCCheckpointManager
12
 
13
+ sentiment_classifier = APCCheckpointManager.get_sentiment_classifier(checkpoint='fast_lsa_t_v2_Multilingual_acc_88.44_f1_82.66.zip',
14
  auto_device=True # False means load model on CPU
15
  )
16