Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
•
639b7e1
1
Parent(s):
cb4574c
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import os
|
|
5 |
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 |
|
9 |
# Configuração de log
|
10 |
logging.basicConfig(level=logging.DEBUG)
|
|
|
5 |
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)
|