Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
tostido
/
Cascade
Like
1
Configuration error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
Cascade
/
tui.py
tostido
feat: Add TUI Explorer for interactive module navigation
b87d71a
8 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
173 Bytes
#!/usr/bin/env python
"""
🌐 CASCADE-LATTICE TUI - Entry Point
Run from repo root: python tui.py
"""
from
cascade.tui
import
main
if
__name__ ==
"__main__"
:
main()