File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
scratch-vm/src/extensions/scratch3_tm2scratch Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ const Message = {
1818 image_classification_sample_model_url : {
1919 'ja' : 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/' ,
2020 'ja-Hira' : 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/' ,
21- 'en' : ' ' ,
22- 'ko' : ' ' ,
23- 'zh-tw' : ' ' ,
24- 'de' : ''
21+ 'en' : 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/ ' ,
22+ 'ko' : 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/ ' ,
23+ 'zh-tw' : 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/ ' ,
24+ 'de' : 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/ '
2525 } ,
2626 sound_classification_model_url : {
2727 'ja' : '音声分類モデルURL[URL]' ,
@@ -34,10 +34,10 @@ const Message = {
3434 sound_classification_sample_model_url : {
3535 'ja' : 'https://teachablemachine.withgoogle.com/models/xP0spGSB/' ,
3636 'ja-Hira' : 'https://teachablemachine.withgoogle.com/models/xP0spGSB/' ,
37- 'en' : ' ' ,
38- 'ko' : ' ' ,
39- 'zh-tw' : ' ' ,
40- 'de' : ''
37+ 'en' : 'https://teachablemachine.withgoogle.com/models/xP0spGSB/ ' ,
38+ 'ko' : 'https://teachablemachine.withgoogle.com/models/xP0spGSB/ ' ,
39+ 'zh-tw' : 'https://teachablemachine.withgoogle.com/models/xP0spGSB/ ' ,
40+ 'de' : 'https://teachablemachine.withgoogle.com/models/xP0spGSB/ '
4141 } ,
4242 classify_image : {
4343 'ja' : '画像を分類する' ,
You can’t perform that action at this time.
0 commit comments