Commit 19d10b4e authored by WenmuZhou's avatar WenmuZhou
Browse files

add blank char

parent 3c431f0b
...@@ -147,6 +147,7 @@ public class Predictor { ...@@ -147,6 +147,7 @@ public class Predictor {
protected boolean loadLabel(Context appCtx, String labelPath) { protected boolean loadLabel(Context appCtx, String labelPath) {
wordLabels.clear(); wordLabels.clear();
wordLabels.add("black");
// Load word labels from file // Load word labels from file
try { try {
InputStream assetsInputStream = appCtx.getAssets().open(labelPath); InputStream assetsInputStream = appCtx.getAssets().open(labelPath);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment