Spaces:
Running
Running
Update app.py
Browse files
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='
|
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 |
|