TymaaHammouda commited on
Commit
b704903
·
verified ·
1 Parent(s): 8eb9176

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ BASE_DIR = os.path.expanduser("~/.sinatools")
17
 
18
  # Paths expected by sinatools
19
  RELATION_MODEL_DIR = os.path.join(BASE_DIR, "relation_model")
20
- NER_DIR = os.path.join(BASE_DIR, "Nested")
21
 
22
  os.makedirs(BASE_DIR, exist_ok=True)
23
 
 
17
 
18
  # Paths expected by sinatools
19
  RELATION_MODEL_DIR = os.path.join(BASE_DIR, "relation_model")
20
+ NER_DIR = os.path.join(BASE_DIR, "Wj27012000.tar")
21
 
22
  os.makedirs(BASE_DIR, exist_ok=True)
23