Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chunking-ai
/
smoldocling-preview
like
2
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7e20950
smoldocling-preview
/
backends
/
settings.py
taprosoft
feat: add enable visualization flag
3bce890
25 days ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
os
ENABLE_DEBUG_MODE = os.environ.get(
"ENABLE_DEBUG_MODE"
,
"True"
).lower() ==
"true"