File size: 165 Bytes
1d50778
 
 
 
 
 
 
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)