Spaces:
Runtime error
Runtime error
Commit
·
8e85047
1
Parent(s):
54b2d3b
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import logging
|
|
6 |
from PIL import Image
|
7 |
from image_processing import downscale_image, limit_colors, convert_to_grayscale, convert_to_black_and_white, resize_image, DITHER_METHODS, QUANTIZATION_METHODS
|
8 |
import json
|
|
|
9 |
|
10 |
# Configuração de log
|
11 |
logging.basicConfig(level=logging.DEBUG)
|
|
|
6 |
from PIL import Image
|
7 |
from image_processing import downscale_image, limit_colors, convert_to_grayscale, convert_to_black_and_white, resize_image, DITHER_METHODS, QUANTIZATION_METHODS
|
8 |
import json
|
9 |
+
import time
|
10 |
|
11 |
# Configuração de log
|
12 |
logging.basicConfig(level=logging.DEBUG)
|