NeoPy commited on
Commit
d2acb4d
·
verified ·
1 Parent(s): 447adf1

Update original.py

Browse files
Files changed (1) hide show
  1. original.py +1 -1
original.py CHANGED
@@ -33,7 +33,7 @@ import shutil
33
  import logging
34
 
35
 
36
- for l in ["torch", "faiss", "omegaconf", "httpx", "httpcore", "faiss.loader", "numba.core", "urllib3", "transformers", "matplotlib"]:
37
  logging.getLogger(l).setLevel(logging.ERROR)
38
 
39
  tmp = os.path.join(now_dir, "TEMP")
 
33
  import logging
34
 
35
 
36
+ for l in ["torch", "faiss", "omegaconf", "httpx", "httpcore", "faiss.loader", "numba.core", "urllib3", "transformers", "matplotlib", "PIL"]:
37
  logging.getLogger(l).setLevel(logging.ERROR)
38
 
39
  tmp = os.path.join(now_dir, "TEMP")