Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ def encrypt_text1(data,in2,address):
|
|
| 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):
|
|
|
|
| 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):
|