from transformers.tools.base import launch_gradio_demo from ner_tool import NamedEntityRecognitionTool launch_gradio_demo(NamedEntityRecognitionTool)