Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
albertvillanova
/
valid-tool-function-after-pr-943
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b399f21
valid-tool-function-after-pr-943
/
app.py
albertvillanova
HF staff
Upload tool
b399f21
verified
18 days 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)