asmashayea commited on
Commit
a2b7e8f
·
1 Parent(s): ca5600b
Files changed (1) hide show
  1. inference.py +2 -2
inference.py CHANGED
@@ -118,8 +118,8 @@ def infer_araberta(text):
118
  ]
119
 
120
  return {
121
- "token_predictions": token_predictions,
122
- "aspects": aspects
123
  }
124
 
125
 
 
118
  ]
119
 
120
  return {
121
+ "aspects": aspects,
122
+ "token_predictions": token_predictions
123
  }
124
 
125