Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -553,8 +553,8 @@ with gr.Blocks() as bc:
|
|
553 |
return e,None,None,e
|
554 |
|
555 |
|
556 |
-
gen_wal_btn.click(crypt.generate_keys,None,[out2,out1, img3,out3,img1,img2]).then(create_new_chain,out3,[json_out,block_text,send,rec]).then(
|
557 |
-
rsa_enc_btn.click(crypt.encrypt_text,[rsa_to_enc,pub_key_in,priv_key_in1,out3],[rsa_enc_mes,qr_enc_mes]).then(
|
558 |
rsa_dec_btn.click(crypt.decrypt_text,[mes_in,priv_key_in],rsa_dec_mes)
|
559 |
|
560 |
check_trans.click(deep_trans,None,[block_text,out_box_bool])
|
|
|
553 |
return e,None,None,e
|
554 |
|
555 |
|
556 |
+
gen_wal_btn.click(crypt.generate_keys,None,[out2,out1, img3,out3,img1,img2]).then(create_new_chain,out3,[json_out,block_text,send,rec]).then(crypt.test_fn,[img1,img2],[priv_key_in,pub_key_in,priv_key_in1])
|
557 |
+
rsa_enc_btn.click(crypt.encrypt_text,[rsa_to_enc,pub_key_in,priv_key_in1,out3],[rsa_enc_mes,qr_enc_mes]).then(crypt.test_fn2,qr_enc_mes,mes_in)
|
558 |
rsa_dec_btn.click(crypt.decrypt_text,[mes_in,priv_key_in],rsa_dec_mes)
|
559 |
|
560 |
check_trans.click(deep_trans,None,[block_text,out_box_bool])
|