Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marpandas
/
catering_service_tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4ce864b
catering_service_tool
/
app.py
marpandas
Upload tool
4ce864b
verified
5 months ago
raw
Copy download link
history
blame
Safe
143 Bytes
from
smolagents
import
launch_gradio_demo
from
tool
import
SuperheroPartyThemeTool
tool = SuperheroPartyThemeTool()
launch_gradio_demo(tool)