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