Roman
commited on
chore: update the banner and community link
Browse files
README.md
CHANGED
@@ -11,8 +11,6 @@ tags: [FHE, PPML, privacy, privacy preserving machine learning, homomorphic encr
|
|
11 |
python_version: 3.9
|
12 |
---
|
13 |
|
14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
-
|
16 |
# Sentiment Analysis With FHE
|
17 |
|
18 |
## Running the application on your machine
|
|
|
11 |
python_version: 3.9
|
12 |
---
|
13 |
|
|
|
|
|
14 |
# Sentiment Analysis With FHE
|
15 |
|
16 |
## Running the application on your machine
|
app.py
CHANGED
@@ -182,17 +182,13 @@ with demo:
|
|
182 |
β
|
183 |
<a href="https://docs.zama.ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="https://user-images.githubusercontent.com/5758427/197976802-fddd34c5-f59a-48d0-9bff-7ad1b00cb1fb.png">Documentation</a>
|
184 |
β
|
185 |
-
<a href="https://
|
186 |
β
|
187 |
<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>
|
188 |
</p>
|
189 |
|
190 |
<p align="center">
|
191 |
-
<img src="https://user-images.githubusercontent.com/
|
192 |
-
</p>
|
193 |
-
|
194 |
-
<p align="center">
|
195 |
-
<img src="https://user-images.githubusercontent.com/7602572/202998030-5883d817-7b16-406a-8052-b5a0ffe5ec9b.png">
|
196 |
</p>
|
197 |
"""
|
198 |
)
|
|
|
182 |
β
|
183 |
<a href="https://docs.zama.ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="https://user-images.githubusercontent.com/5758427/197976802-fddd34c5-f59a-48d0-9bff-7ad1b00cb1fb.png">Documentation</a>
|
184 |
β
|
185 |
+
<a href="https://zama.ai/community"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="https://user-images.githubusercontent.com/5758427/197977153-8c9c01a7-451a-4993-8e10-5a6ed5343d02.png">Community</a>
|
186 |
β
|
187 |
<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>
|
188 |
</p>
|
189 |
|
190 |
<p align="center">
|
191 |
+
<img src="https://user-images.githubusercontent.com/56846628/219329304-6868be9e-5ce8-4279-9123-4cb1bc0c2fb5.png" width="60%" height="60%">
|
|
|
|
|
|
|
|
|
192 |
</p>
|
193 |
"""
|
194 |
)
|