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