YassineYousfi commited on
Commit
2238157
1 Parent(s): 46444c7

less names

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ description = '''Explore hiding messages in images using content adaptive stega
20
  '''
21
 
22
  def HILL(input_image, operation, message, key):
23
- tmp_name = str(random.randint(100,1000))
24
  input_image.seek(0)
25
  buffer = input_image.read()
26
  I = cv2.imdecode(np.frombuffer(buffer, np.uint8), 1)
 
20
  '''
21
 
22
  def HILL(input_image, operation, message, key):
23
+ tmp_name = str(random.randint(100,500))
24
  input_image.seek(0)
25
  buffer = input_image.read()
26
  I = cv2.imdecode(np.frombuffer(buffer, np.uint8), 1)