Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ybelkada
/
simple-calculator
like
3
Runtime error
App
Files
Files
Community
1
f11fed1
simple-calculator
/
app.py
ybelkada
Upload tool
f11fed1
over 1 year ago
raw
Copy download link
history
blame
Safe
130 Bytes
from
transformers
import
launch_gradio_demo
from
calculator
import
SimpleCalculatorTool
launch_gradio_demo(SimpleCalculatorTool)