You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/com/kylecorry/ml4k/ML4KComponent.java
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,9 @@ public final class ML4KComponent extends AndroidNonvisibleComponent {
72
72
privatefinalstaticStringEXPLAIN_API_KEY_TYPE_NUMBERS = "You created a machine learning project to recognise numbers, so you can only use the numbers ML blocks in this project.";
73
73
privatefinalstaticStringEXPLAIN_API_KEY_TYPE_IMAGES = "You created a machine learning project to recognise images, so you can only use the images ML blocks in this project.";
74
74
privatefinalstaticStringEXPLAIN_API_KEY_TYPE_SOUNDS = "You created a machine learning project to recognise sounds, so you cannot use that block";
75
-
privatefinalstaticStringEXPLAIN_ML_MODEL_NEEDED = "Please train a machine learning model before you try to do this.";
75
+
privatefinalstaticStringEXPLAIN_ML_MODEL_NEEDED = "Please train a machine learning model before you try to do this. You must do this in your App Inventor project, using the 'TrainNewModel' block.";
76
+
privatefinalstaticStringEXPLAIN_ML_MODEL_NOTREADY = "Your machine learning model is still training. Please wait for this to complete.";
77
+
privatefinalstaticStringEXPLAIN_ML_MODEL_FAILED = "Sorry! Your machine learning model failed to train.";
0 commit comments