from transformers.tools.base import launch_gradio_demo from word_counter import WordCounterTool launch_gradio_demo(WordCounterTool)