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...
5cf5b56
datetime_tool
/
app.py
aneesarom
Upload tool
23be5f9
verified
8 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)