Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Roman
commited on
Commit
β’
f9f9bfd
1
Parent(s):
02841d1
chore: changing pictures and adding hearder
Browse files- app.py +12 -0
- input_examples/1.png +0 -0
- input_examples/2.png +0 -0
- input_examples/3.png +0 -0
- input_examples/4.png +0 -0
- input_examples/5.png +0 -0
- input_examples/arc.jpg +0 -0
- input_examples/book.jpg +0 -0
- input_examples/computer.jpg +0 -0
- input_examples/tree.jpg +0 -0
- input_examples/zama_math.jpg +0 -0
- input_examples/zebra.jpg +0 -0
app.py
CHANGED
@@ -353,8 +353,20 @@ with demo:
|
|
353 |
gr.Markdown(
|
354 |
"""
|
355 |
<p align="center">
|
|
|
356 |
</p>
|
|
|
357 |
<p align="center">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
358 |
</p>
|
359 |
"""
|
360 |
)
|
|
|
353 |
gr.Markdown(
|
354 |
"""
|
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 |
+
β
|
362 |
+
<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>
|
363 |
+
β
|
364 |
+
<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>
|
365 |
+
β
|
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/219113256-ab5f1fd3-b144-45b0-a7de-3c0501f5c238.png" width="70%" height="70%">
|
370 |
</p>
|
371 |
"""
|
372 |
)
|
input_examples/1.png
ADDED
input_examples/2.png
ADDED
input_examples/3.png
ADDED
input_examples/4.png
ADDED
input_examples/5.png
ADDED
input_examples/arc.jpg
DELETED
Binary file (13.8 kB)
|
|
input_examples/book.jpg
DELETED
Binary file (16 kB)
|
|
input_examples/computer.jpg
DELETED
Binary file (10.9 kB)
|
|
input_examples/tree.jpg
DELETED
Binary file (18.2 kB)
|
|
input_examples/zama_math.jpg
DELETED
Binary file (18.6 kB)
|
|
input_examples/zebra.jpg
DELETED
Binary file (21.1 kB)
|
|