Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
albertvillanova
/
test-push-to-hub-simple
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test-push-to-hub-simple
/
app.py
albertvillanova
HF Staff
Upload tool
f332d77
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
from
smolagents
import
launch_gradio_demo
from
tool
import
SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)