Roman
commited on
Commit
•
79ec538
1
Parent(s):
80fed35
chore: remove a FIXME
Browse files
app.py
CHANGED
@@ -397,11 +397,6 @@ with demo:
|
|
397 |
encrypt_button = gr.Button("Encrypt the image using FHE.")
|
398 |
|
399 |
with gr.Row():
|
400 |
-
# FIXME: Display an image representation here
|
401 |
-
# Currently not really possible as Concrete-Numpy does not give the ability to decrypt
|
402 |
-
# an encrypted input
|
403 |
-
# https://github.com/zama-ai/concrete-ml-internal/issues/2265
|
404 |
-
# https://github.com/zama-ai/concrete-numpy-internal/issues/1753
|
405 |
encrypted_input = gr.Textbox(
|
406 |
label="Encrypted input representation:", max_lines=2, interactive=False
|
407 |
)
|
|
|
397 |
encrypt_button = gr.Button("Encrypt the image using FHE.")
|
398 |
|
399 |
with gr.Row():
|
|
|
|
|
|
|
|
|
|
|
400 |
encrypted_input = gr.Textbox(
|
401 |
label="Encrypted input representation:", max_lines=2, interactive=False
|
402 |
)
|