Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sonald
/
calculator-tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
54f968b
calculator-tool
/
app.py
sonald
Upload tool
54f968b
verified
2 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
from
smolagents
import
launch_gradio_demo
from
tool
import
SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)