from transformers.tools.base import launch_gradio_demo
from text_download import TextDownloadTool

launch_gradio_demo(TextDownloadTool)