from transformers import launch_gradio_demo from tool import HFModelDownloadsTool launch_gradio_demo(HFModelDownloadsTool)