add blank to android demo

pull/5278/head
WenmuZhou 2022-01-17 11:20:14 +00:00
parent deed114e27
commit 7c04ff55c7
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ public class Predictor {
for (String content : contents) {
wordLabels.add(content);
}
wordLabels.add(" ");
Log.i(TAG, "Word label size: " + wordLabels.size());
} catch (Exception e) {
Log.e(TAG, e.getMessage());