def run_web_demo(data_dir, model_file): from demo.web import webapp webapp.init(data_dir, model_file) webapp.run()