Spaces:
Build error
Build error
Commit
·
42065ef
1
Parent(s):
7e7137e
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ if __name__ == '__main__':
|
|
42 |
from src.validate import entities_from_token_classes
|
43 |
|
44 |
span_path = 'models/span.model'
|
45 |
-
msa_span_path = 'models/
|
46 |
entity_path= 'models/entity.msa.model'
|
47 |
|
48 |
span_model = SpanNet.load_model(span_path)
|
|
|
42 |
from src.validate import entities_from_token_classes
|
43 |
|
44 |
span_path = 'models/span.model'
|
45 |
+
msa_span_path = 'models/msa.best.model'
|
46 |
entity_path= 'models/entity.msa.model'
|
47 |
|
48 |
span_model = SpanNet.load_model(span_path)
|