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