Spaces:
Running
Running
Commit
·
a2b7e8f
1
Parent(s):
ca5600b
- inference.py +2 -2
inference.py
CHANGED
@@ -118,8 +118,8 @@ def infer_araberta(text):
|
|
118 |
]
|
119 |
|
120 |
return {
|
121 |
-
"
|
122 |
-
"
|
123 |
}
|
124 |
|
125 |
|
|
|
118 |
]
|
119 |
|
120 |
return {
|
121 |
+
"aspects": aspects,
|
122 |
+
"token_predictions": token_predictions
|
123 |
}
|
124 |
|
125 |
|