GPT4V-Image-Captioner / start_linux_mac.sh
frappuccino's picture
Upload folder using huggingface_hub
0140c70 verified
raw
history blame contribute delete
160 Bytes
#!/bin/bash
export HF_HOME="huggingface"
python ./install_script/check_open.py
python gpt-caption.py --share "$@"
read -p "Press any key to continue . . . "