Spaces:
Runtime error
Runtime error
Wilson commited on
Commit ·
d62abc1
1
Parent(s): bdb20a3
enable logging
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import math
|
|
| 6 |
from PIL import Image, ImageOps
|
| 7 |
import logging
|
| 8 |
|
|
|
|
| 9 |
logger = logging.getLogger(__name__)
|
| 10 |
|
| 11 |
|
|
|
|
| 6 |
from PIL import Image, ImageOps
|
| 7 |
import logging
|
| 8 |
|
| 9 |
+
logging.basicConfig(level=logging.INFO)
|
| 10 |
logger = logging.getLogger(__name__)
|
| 11 |
|
| 12 |
|