User_Input_Tool / app.py
prige's picture
Upload tool
3fbf461 verified
raw
history blame
123 Bytes
from smolagents import launch_gradio_demo
from tool import UserInputTool
tool = UserInputTool()
launch_gradio_demo(tool)