Last commit not found
raw
history blame
151 Bytes
from transformers.tools.base import launch_gradio_demo
from ner_tool import NamedEntityRecognitionTool
launch_gradio_demo(NamedEntityRecognitionTool)