Spaces:
Build error
Build error
akiyamasho
commited on
Commit
•
a8868f5
1
Parent(s):
91a3469
MAINT: set logging config
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ from PIL import Image
|
|
13 |
|
14 |
import logging
|
15 |
|
|
|
16 |
logger = logging.getLogger(__name__)
|
17 |
|
18 |
MAX_DIMENSION = 1280
|
|
|
13 |
|
14 |
import logging
|
15 |
|
16 |
+
logging.basicConfig(level=logging.INFO)
|
17 |
logger = logging.getLogger(__name__)
|
18 |
|
19 |
MAX_DIMENSION = 1280
|