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

launch_gradio_demo(TextDownloadTool)