Spaces:
s
Configuration error

s / automate.sh
AZILS's picture
Upload folder using huggingface_hub
0ff5bc0 verified
raw
history blame contribute delete
127 Bytes
#!/bin/bash
log=$(date +%s)
rm *.log
python ultra.py >> $log.log &&
python final_upload.py >> $log.log &&
echo "run"