Commit 7c04ff55 authored by WenmuZhou's avatar WenmuZhou
Browse files

add blank to android demo

parent deed114e
......@@ -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());
......
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