from transformers import launch_gradio_demo from text_sentiment_analyzer import SentAnalClassifierTool launch_gradio_demo(SentAnalClassifierTool)