reshinthadith commited on
Commit
a9a3b2f
1 Parent(s): 9c88e2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ CACHE_DIR = "cache_ds/" #Use this to build the dataset
11
  contribution_json = "contributors.json"
12
 
13
  contribution_dict = json.load(open(contribution_json,"r"))
14
- IGNORE_LIST = ["Bible","Tanzil",""]
15
 
16
  splits = [split for split in os.listdir(CACHE_DIR) if split not in IGNORE_LIST]
17
 
 
11
  contribution_json = "contributors.json"
12
 
13
  contribution_dict = json.load(open(contribution_json,"r"))
14
+ IGNORE_LIST = ["Bible","Tanzil","GNOME"]
15
 
16
  splits = [split for split in os.listdir(CACHE_DIR) if split not in IGNORE_LIST]
17