Spaces:
Running
Running
move to prod
Browse files- wasm-demo.js +1 -1
wasm-demo.js
CHANGED
@@ -2,7 +2,7 @@ import initWasm, {
|
|
2 |
decrypt_serialized_u64_radix_flat_wasm
|
3 |
} from './concrete-ml-extensions-wasm/concrete_ml_extensions_wasm.js';
|
4 |
|
5 |
-
const SERVER = 'https://api.zama.ai
|
6 |
|
7 |
let clientKey, serverKey;
|
8 |
let encTokens;
|
|
|
2 |
decrypt_serialized_u64_radix_flat_wasm
|
3 |
} from './concrete-ml-extensions-wasm/concrete_ml_extensions_wasm.js';
|
4 |
|
5 |
+
const SERVER = 'https://api.zama.ai';
|
6 |
|
7 |
let clientKey, serverKey;
|
8 |
let encTokens;
|