get-time / app.py
NeuralNotwork's picture
Upload tool
90c769d verified
raw
history blame contribute delete
111 Bytes
from smolagents import launch_gradio_demo
from tool import GetTime
tool = GetTime()
launch_gradio_demo(tool)