File size: 241 Bytes
e15840d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/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