Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdeljalilELmajjodi
/
say_hello_on_ary_tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
say_hello_on_ary_tool
/
app.py
abdeljalilELmajjodi
Upload tool
0833567
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
from
smolagents
import
launch_gradio_demo
from
tool
import
SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)