Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aneesarom
/
datetime_tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5a8a77d
datetime_tool
/
app.py
aneesarom
Upload tool
6867117
verified
6 months ago
raw
Copy download link
history
blame
Safe
116 Bytes
from
smolagents
import
launch_gradio_demo
from
tool
import
SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)