Chris4K's picture
Update app.py
400d2c4
raw
history blame contribute delete
151 Bytes
from transformers.tools.base import launch_gradio_demo
from ner_tool import NamedEntityRecognitionTool
launch_gradio_demo(NamedEntityRecognitionTool)