File size: 165 Bytes
66c8bc6
747747e
a0a4d30
a307a17
66c8bc6
 
 
1
2
3
4
5
6
7
8
from smolagents import launch_gradio_demo
from typing import Optional
from tool import HFModelDownloadsTool

tool = HFModelDownloadsTool()

launch_gradio_demo(tool)