jethrovic commited on
Commit
c6b6b4d
1 Parent(s): 5945a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
5
  pos_tagger = pipeline(
6
  model="projecte-aina/roberta-base-ca-cased-pos",
7
  aggregation_strategy="simple",
8
- from_pt=True
9
  )
10
 
11
  # Function to get color for each POS tag
 
5
  pos_tagger = pipeline(
6
  model="projecte-aina/roberta-base-ca-cased-pos",
7
  aggregation_strategy="simple",
8
+
9
  )
10
 
11
  # Function to get color for each POS tag