Omnibus commited on
Commit
976b974
·
1 Parent(s): 9551020

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(out),enc_qr
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")