Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
albertvillanova
/
test-push-to-hub-custom
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test-push-to-hub-custom
/
app.py
albertvillanova
HF Staff
Upload tool
ca00577
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
CustomTool
tool = CustomTool()
launch_gradio_demo(tool)