Spaces:
Runtime error
Runtime error
Update scripts/process.py
Browse files- 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 |
|