Omnibus commited on
Commit
2fc9aac
·
1 Parent(s): cb433a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def decode_doc(passw,doc=None):
143
  def decode_qr(im,passw):
144
  with open(f'{im}', "rb") as image_file:
145
  bytes_i = base64.b64encode(image_file.read())
146
- decode_qr = stegan.decode(bytes_i)
147
 
148
 
149
 
 
143
  def decode_qr(im,passw):
144
  with open(f'{im}', "rb") as image_file:
145
  bytes_i = base64.b64encode(image_file.read())
146
+ decode_qr = stegan.decode(im)
147
 
148
 
149