Skip to content

Commit e1998c8

Browse files
committed
Fix cdn distribution link
1 parent 5927c5e commit e1998c8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/config/config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ const config = {
77
// special demo dialog file locations
88

99
demoUrls: [
10-
'https://daentjnvnffrh.cloudfront.net/demo/01_lungs/20101108.ktx',
11-
'https://daentjnvnffrh.cloudfront.net/demo/02_brain_set/brain256.ktx',
12-
'https://daentjnvnffrh.cloudfront.net/demo/03_grandmother_gm3/gm3_512_512_165.nii',
13-
'https://daentjnvnffrh.cloudfront.net/demo/04_woman_pelvis/file_list.txt',
14-
'https://daentjnvnffrh.cloudfront.net/demo/05_lungs_00cba/file_list.txt',
15-
'https://daentjnvnffrh.cloudfront.net/demo/06_ct_256/ct_256_256_256.ktx',
16-
'https://daentjnvnffrh.cloudfront.net/demo/07_lungs_256/lungs_256_256_256.ktx',
17-
'https://daentjnvnffrh.cloudfront.net/demo/08_brain_with_roi/set_intn.hdr',
10+
'https://cdn.mri-viewer.opensource.epam.com/demo/01_lungs/20101108.ktx',
11+
'https://cdn.mri-viewer.opensource.epam.com/demo/02_brain_set/brain256.ktx',
12+
'https://cdn.mri-viewer.opensource.epam.com/demo/03_grandmother_gm3/gm3_512_512_165.nii',
13+
'https://cdn.mri-viewer.opensource.epam.com/demo/04_woman_pelvis/file_list.txt',
14+
'https://cdn.mri-viewer.opensource.epam.com/demo/05_lungs_00cba/file_list.txt',
15+
'https://cdn.mri-viewer.opensource.epam.com/demo/06_ct_256/ct_256_256_256.ktx',
16+
'https://cdn.mri-viewer.opensource.epam.com/demo/07_lungs_256/lungs_256_256_256.ktx',
17+
'https://cdn.mri-viewer.opensource.epam.com/demo/08_brain_with_roi/set_intn.hdr',
1818
],
1919

2020
googleCloudDemoActivce: false,

src/engine/Segm2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import * as tf from '@tensorflow/tfjs';
1717
import StoreActionType from '../store/ActionTypes';
1818

19-
const BRAIN_MODEl = 'https://daentjnvnffrh.cloudfront.net/models/brain/model.json';
19+
const BRAIN_MODEl = 'https://cdn.mri-viewer.opensource.epam.com/models/brain/model.json';
2020

2121
// ********************************************************
2222
// Const

0 commit comments

Comments
 (0)