get-recipe-tool / app.py
CallmeKaito's picture
Upload 3 files
16807ae verified
raw
history blame contribute delete
152 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)