lysandre's picture
lysandre HF staff
Upload tool
c0fead9
raw
history blame
139 Bytes
from transformers.tools.base import launch_gradio_demo from __main__ import HFModelDownloadsTool
launch_gradio_demo(HFModelDownloadsTool)