# Preset for Hugging Face Spaces (CPU-friendly with depth & shading enabled) # Run with: # VISUALIZER_CONFIG=visualizer.hf.toml uvicorn app:app --host 0.0.0.0 --port 7860 [models] segmentation_model = "oneformer" oneformer_model_name = "shi-labs/oneformer_ade20k_swin_large" depth_model_name = "Intel/dpt-large" intrinsic_model_version = "v2" [runtime] enable_depth_estimation = true enable_intrinsic_shading = true data_dir = "data"