Spaces:
Running
on
Zero
Running
on
Zero
# Hugging Face Spaces Configuration | |
# This file helps ensure proper deployment and configuration | |
# Environment variables for Hugging Face Spaces | |
SPACE_ID=${SPACE_ID} | |
HF_SPACE_ID=${HF_SPACE_ID} | |
# File path configuration | |
BASE_DIR=/tmp/pages | |
FALLBACK_DIR=pages | |
# Ensure proper permissions | |
chmod 755 /tmp | |
mkdir -p /tmp/pages | |
chmod 755 /tmp/pages | |