Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,9 +98,9 @@ def encrypt_text1(data,in2,address):
|
|
| 98 |
#output1 = pickle.dumps(output)
|
| 99 |
enc_qr = stegan.conv_im(qr_link=address,data=out_string)
|
| 100 |
|
| 101 |
-
out = output
|
| 102 |
output.close()
|
| 103 |
-
return str(
|
| 104 |
|
| 105 |
def decrypt_text1(in1,in2):
|
| 106 |
#in1= in1.encode("utf-8")
|
|
|
|
| 98 |
#output1 = pickle.dumps(output)
|
| 99 |
enc_qr = stegan.conv_im(qr_link=address,data=out_string)
|
| 100 |
|
| 101 |
+
#out = output
|
| 102 |
output.close()
|
| 103 |
+
return str(out_string),enc_qr
|
| 104 |
|
| 105 |
def decrypt_text1(in1,in2):
|
| 106 |
#in1= in1.encode("utf-8")
|