jfrery-zama commited on
Commit
4e7c98b
·
unverified ·
1 Parent(s): af99c56

chore: dev env

Browse files
Files changed (2) hide show
  1. index.html +1 -1
  2. wasm-demo.js +1 -1
index.html CHANGED
@@ -359,7 +359,7 @@
359
  <div class="hero-copy">
360
  <h1>Private Watermark Detection - Check if your text is AI Generated</h1>
361
  <div class="explanation-text">
362
- Private SynthID uses Google's SynthID technology to detect AI-generated text while preserving privacy through Fully Homomorphic Encryption (FHE). This means you can check if text was generated by AI without revealing the content to anyone. Learn more about <a href="https://deepmind.google/science/synthid/" target="_blank">SynthID</a> and <a href="https://huggingface.co/spaces/zama-fhe/encrypted_image_filtering" target="_blank">FHE applications</a>.
363
  </div>
364
  </div>
365
 
 
359
  <div class="hero-copy">
360
  <h1>Private Watermark Detection - Check if your text is AI Generated</h1>
361
  <div class="explanation-text">
362
+ Private SynthID uses Google's SynthID technology to detect AI-generated text while preserving privacy through Fully Homomorphic Encryption (FHE). This means you can check if text was generated by AI without revealing the content to anyone. Learn more about <a href="https://deepmind.google/science/synthid/" target="_blank">SynthID</a> and <a href="https://www.zama.ai/" target="_blank">FHE applications</a>.
363
  </div>
364
  </div>
365
 
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:82';
6
 
7
  let clientKey, serverKey;
8
  let encTokens;