Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|