Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|