MehulJ's picture
Updated tool with improved error handling and documentation
e16e32d verified
raw
history blame
137 Bytes
from smolagents import launch_gradio_demo
from tool import ImageDescriptionTool
tool = ImageDescriptionTool()
launch_gradio_demo(tool)