peter2000 commited on
Commit
ce202e4
1 Parent(s): a2f59a0

Update scripts/process.py

Browse files
Files changed (1) hide show
  1. scripts/process.py +2 -0
scripts/process.py CHANGED
@@ -13,6 +13,8 @@ from markdown import markdown
13
  from annotated_text import annotation
14
  from PIL import Image
15
 
 
 
16
  os.environ['TOKENIZERS_PARALLELISM'] ="false"
17
 
18
 
 
13
  from annotated_text import annotation
14
  from PIL import Image
15
 
16
+ logger = logging.getLogger(__name__)
17
+
18
  os.environ['TOKENIZERS_PARALLELISM'] ="false"
19
 
20