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