artificialguybr commited on
Commit
090db8e
1 Parent(s): 9c246bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ from PIL import Image
5
  import json
6
  from image_processing import downscale_image, limit_colors, convert_to_grayscale, convert_to_black_and_white
7
 
 
 
8
  class SomeClass:
9
  def __init__(self):
10
  self.images = []
 
5
  import json
6
  from image_processing import downscale_image, limit_colors, convert_to_grayscale, convert_to_black_and_white
7
 
8
+ logging.basicConfig(level=logging.DEBUG)
9
+
10
  class SomeClass:
11
  def __init__(self):
12
  self.images = []