File size: 258 Bytes
53c4865
 
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash
# Create necessary directories
mkdir -p hf_download
mkdir -p outputs

# If the model has not been downloaded, it will be automatically downloaded on the first run
echo "Environment setup complete, run python app.py to start the application"