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:
Duplicated from
Y-Research-Group/PosterGen
naokuoyoudiantong
/
PosterGen
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PosterGen
/
src
/
layout
/
__init__.py
Hadlay
First commit
46a8a46
12 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
165 Bytes
"""
layout module for precise poster layout with css box model
"""
from
.text_height_measurement
import
measure_text_height
__all__ = [
"measure_text_height"
]