Update human_text_detect.py
Browse files- human_text_detect.py +0 -2
human_text_detect.py
CHANGED
@@ -118,8 +118,6 @@ def detect_human_text(model_name, topic, text):
|
|
118 |
print("Contents of cache directory after loading model:")
|
119 |
os.system(f"ls -lah {cache_dir}")
|
120 |
|
121 |
-
logging.set_verbosity_info()
|
122 |
-
|
123 |
print(f"Current HF_HOME: {os.getenv('HF_HOME')}")
|
124 |
print(f"Current TRANSFORMERS_CACHE: {os.getenv('TRANSFORMERS_CACHE')}")
|
125 |
|
|
|
118 |
print("Contents of cache directory after loading model:")
|
119 |
os.system(f"ls -lah {cache_dir}")
|
120 |
|
|
|
|
|
121 |
print(f"Current HF_HOME: {os.getenv('HF_HOME')}")
|
122 |
print(f"Current TRANSFORMERS_CACHE: {os.getenv('TRANSFORMERS_CACHE')}")
|
123 |
|