Hugging Face
Models
Datasets
Spaces
Buckets
new
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...
4e5c5a6
datetime_tool
/
app.py
aneesarom
Upload tool
4e5c5a6
verified
6 months ago
raw
Copy download link
history
blame
Safe
120 Bytes
from
smolagents
import
launch_gradio_demo
from
tool
import
DateTimeTool
tool = DateTimeTool()
launch_gradio_demo(tool)