Spaces:
Runtime error
Runtime error
Commit
·
8e95300
1
Parent(s):
dfd9163
commit
Browse files
app.py
CHANGED
@@ -374,7 +374,7 @@ if __name__ == "__main__":
|
|
374 |
b_run_fhe_scan.click(fn=run_fhe, inputs=[user_id_input], outputs=[encrypted_scan_result])
|
375 |
|
376 |
# Button to decrypt the scan result
|
377 |
-
b_decrypt_result.click(fn=decrypt_prediction
|
378 |
|
379 |
gr.Markdown(
|
380 |
"ClairVault is built using advanced Fully Homomorphic Encryption techniques to ensure your data remains private and secure throughout the entire malware scanning process."
|
|
|
374 |
b_run_fhe_scan.click(fn=run_fhe, inputs=[user_id_input], outputs=[encrypted_scan_result])
|
375 |
|
376 |
# Button to decrypt the scan result
|
377 |
+
b_decrypt_result.click(fn=decrypt_prediction, inputs=[user_id_input], outputs=[scan_result])
|
378 |
|
379 |
gr.Markdown(
|
380 |
"ClairVault is built using advanced Fully Homomorphic Encryption techniques to ensure your data remains private and secure throughout the entire malware scanning process."
|