Roman commited on
Commit
b3b800b
•
1 Parent(s): 502bbf4

update banner

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -366,12 +366,12 @@ with demo:
366
  <a href="https://twitter.com/zama_fhe"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="https://user-images.githubusercontent.com/5758427/197975044-bab9d199-e120-433b-b3be-abd73b211a54.png">@zama_fhe</a>
367
  </p>
368
  <p align="center">
369
- Experiment with photo filtering using Homomorphic Encryption by following our
370
- <a href="https://zama.ai/post/encrypted-image-filtering-using-homomorphic-encryption"> tutorial</a>
371
- .
372
  </p>
373
  <p align="center">
374
- <img src="https://user-images.githubusercontent.com/56846628/219403891-96591b1d-cbeb-4e81-91a9-7907c7ea91df.png" width="70%" height="70%">
 
 
375
  </p>
376
  """
377
  )
 
366
  <a href="https://twitter.com/zama_fhe"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="https://user-images.githubusercontent.com/5758427/197975044-bab9d199-e120-433b-b3be-abd73b211a54.png">@zama_fhe</a>
367
  </p>
368
  <p align="center">
369
+ <img src="https://user-images.githubusercontent.com/56846628/219605302-5baafac4-cf6f-4f06-9a96-91cef2b84a63.png" width="70%" height="70%">
 
 
370
  </p>
371
  <p align="center">
372
+ Test the app below, review
373
+ <a href="https://zama.ai/post/encrypted-image-filtering-using-homomorphic-encryption"> our tutorial</a>
374
+ , and try the build for yourself!
375
  </p>
376
  """
377
  )