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
this.notificationService.notify('Loading error',`No DSOMM model found.\n\nPlease download \`model.yaml\` from [GitHub](${this.DSOMM_MODEL_URL}).`);// eslint-disable-line
94
+
letmsg: string=
95
+
`No DSOMM Model file found.\n\n`+
96
+
`Please download \`model.yaml\` from [DSOMM-data](${this.DSOMM_MODEL_URL}) on GitHub, \\\n`+
97
+
`and place it in the \`src\\assets\\default\` folder.`;
0 commit comments