TymaaHammouda commited on
Commit
df8d8d6
·
verified ·
1 Parent(s): 4061621

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if not os.path.exists(MODEL_DIR) or not os.listdir(MODEL_DIR):
24
  local_dir_use_symlinks=False
25
  )
26
 
27
-
28
 
29
  from sinatools.relations.relation_extractor import relation_extraction
30
  from sinatools.relations.event_relation_extractor import event_argument_relation_extraction
 
24
  local_dir_use_symlinks=False
25
  )
26
 
27
+ snapshot_download(repo_id="SinaLab/Nested")
28
 
29
  from sinatools.relations.relation_extractor import relation_extraction
30
  from sinatools.relations.event_relation_extractor import event_argument_relation_extraction