paralym commited on
Commit
b1528ee
1 Parent(s): d091d7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -238,7 +238,6 @@ def bot(history):
238
  image_hash = hashlib.md5(image_data).hexdigest()
239
  all_image_hash.append(image_hash)
240
  image = PIL.Image.open(image_path).convert("RGB")
241
- all_images.append(image)
242
  t = datetime.datetime.now()
243
  filename = os.path.join(
244
  LOGDIR,
 
238
  image_hash = hashlib.md5(image_data).hexdigest()
239
  all_image_hash.append(image_hash)
240
  image = PIL.Image.open(image_path).convert("RGB")
 
241
  t = datetime.datetime.now()
242
  filename = os.path.join(
243
  LOGDIR,