Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 0461da1

Browse files
authored
Update http -> https links in perf rnn demo (#175)
* update perf demo * remove extra css file * update make website * update support message * fix http https issue on perf rnn
1 parent 10a3779 commit 0461da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/performance_rnn/performance_rnn.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ const keyboardInterface = new KeyboardElement(container);
9494

9595
const piano = new Piano({velocities: 4}).toMaster();
9696

97-
const SALAMANDER_URL = 'http://storage.googleapis.com/learnjs-data/' +
97+
const SALAMANDER_URL = 'https://storage.googleapis.com/learnjs-data/' +
9898
'Piano/Salamander/';
99-
const CHECKPOINT_URL = 'http://storage.googleapis.com/learnjs-data/' +
99+
const CHECKPOINT_URL = 'https://storage.googleapis.com/learnjs-data/' +
100100
'checkpoint_zoo/performance_rnn';
101101

102102
const isDeviceSupported = demo_util.isWebGLSupported() && !demo_util.isSafari();

0 commit comments

Comments
 (0)