Rivalcoder
Add application file
e15840d
raw
history blame
241 Bytes
#!/bin/bash
# Set up cache directory
mkdir -p .cache
export HF_HOME="$(pwd)/.cache"
export TRANSFORMERS_CACHE="$(pwd)/.cache"
echo "Cache directory set to: $(pwd)/.cache"
echo "Starting application..."
# Run the application
python app.py