def build_app(config_file):
    global annotatr
    annotatr = Annotator.from_config(config_file)
    return app
Пример #2
0
def build_app(config_file):
    global annotatr
    annotatr = Annotator.from_config(config_file)
    return app