jaelin215 commited on
Commit
f371851
1 Parent(s): 9b31d31

updated path

Browse files
Files changed (1) hide show
  1. llama_guard.py +1 -1
llama_guard.py CHANGED
@@ -6,7 +6,7 @@ import requests
6
  load_dotenv(find_dotenv())
7
  HUGGINGFACEHUB_API_TOKEN = os.environ["HUGGINGFACEHUB_API_TOKEN"]
8
 
9
- with open("data/processed/llama_guard-unsafe_files.txt", "r") as file:
10
  unsafe_categories = file.read()
11
 
12
 
 
6
  load_dotenv(find_dotenv())
7
  HUGGINGFACEHUB_API_TOKEN = os.environ["HUGGINGFACEHUB_API_TOKEN"]
8
 
9
+ with open("data/llama_guard-unsafe_files.txt", "r") as file:
10
  unsafe_categories = file.read()
11
 
12