Spaces:
Running
on
Zero
Running
on
Zero
File size: 345 Bytes
d901124 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# 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
|