Roman commited on
Commit
dc93d64
β€’
1 Parent(s): f9f9bfd

chore: set HF space settings

Browse files
Files changed (2) hide show
  1. README.md +7 -9
  2. app.py +1 -1
README.md CHANGED
@@ -1,19 +1,17 @@
1
  ---
2
- title: Image Filtering on Encrypted Images using FHE
3
- emoji: πŸ₯·πŸ’¬
4
- colorFrom: yellow
5
- colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 3.2
8
  app_file: app.py
9
  pinned: true
10
- tags: [FHE, PPML, privacy, privacy preserving machine learning, homomorphic encryption,
11
- security]
12
- python_version: 3.8.15
13
  ---
14
 
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
-
17
  # Image filtering using FHE
18
 
19
  ## Running the application on your machine
 
1
  ---
2
+ title: Encrypted Photo Filtering App Using Homomorphic Encryption
3
+ emoji: πŸ“Έ πŸŒ„
4
+ colorFrom: purple
5
+ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 3.2
8
  app_file: app.py
9
  pinned: true
10
+ tags: [FHE, PPML, privacy, privacy preserving machine learning, image processing,
11
+ homomorphic encryption, security]
12
+ python_version: 3.8.16
13
  ---
14
 
 
 
15
  # Image filtering using FHE
16
 
17
  ## Running the application on your machine
app.py CHANGED
@@ -355,7 +355,7 @@ with demo:
355
  <p align="center">
356
  <img width=200 src="https://user-images.githubusercontent.com/5758427/197816413-d9cddad3-ba38-4793-847d-120975e1da11.png">
357
  </p>
358
- <h1 align="center">Encrypted Photo filter app on encrypted image</h1>
359
  <p align="center">
360
  <a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="https://user-images.githubusercontent.com/5758427/197972109-faaaff3e-10e2-4ab6-80f5-7531f7cfb08f.png">Concrete-ML</a>
361
  β€”
 
355
  <p align="center">
356
  <img width=200 src="https://user-images.githubusercontent.com/5758427/197816413-d9cddad3-ba38-4793-847d-120975e1da11.png">
357
  </p>
358
+ <h1 align="center">Encrypted Photo Filtering App Using Homomorphic Encryption</h1>
359
  <p align="center">
360
  <a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="https://user-images.githubusercontent.com/5758427/197972109-faaaff3e-10e2-4ab6-80f5-7531f7cfb08f.png">Concrete-ML</a>
361
  β€”