Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikejay14
/
catering_service_tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f0dc1ad
catering_service_tool
/
app.py
mikejay14
Upload tool
f0dc1ad
verified
5 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)