pahri commited on
Commit
0088ba1
1 Parent(s): b4b0220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ from setfit import AbsaModel
3
 
4
  # Load the ABSA model (assuming indo-setfit-absa-bert-base-restaurants is the aspect extraction model)
5
  model = AbsaModel.from_pretrained(
6
- "firqaaa/indo-setfit-absa-bert-base-restaurants-aspect",
7
- "firqaaa/indo-setfit-absa-bert-base-restaurants-polarity",
8
  spacy_model="id_core_news_trf",
9
  )
10
 
 
3
 
4
  # Load the ABSA model (assuming indo-setfit-absa-bert-base-restaurants is the aspect extraction model)
5
  model = AbsaModel.from_pretrained(
6
+ "pahri/setfit-indo-resto-RM-ibu-imas-polarity",
7
+ "pahri/setfit-indo-resto-RM-ibu-imas-aspect",
8
  spacy_model="id_core_news_trf",
9
  )
10