Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yetessam
/
catering_service_tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5b6d32d
catering_service_tool
/
app.py
yetessam
Upload folder using huggingface_hub
5b6d32d
verified
26 days 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)