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
Dev2506
/
indic-heritage-studio
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
indic-heritage-studio
/
ui
/
__init__.py
Dev2506
Add files using upload-large-folder tool
15d68eb
verified
17 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
104 Bytes
"""UI package — Indic Heritage Studio v2."""
from
.gradio_app
import
build_ui
__all__ = [
"build_ui"
]