GPT4V-Image-Captioner / start_windows.bat
frappuccino's picture
Upload folder using huggingface_hub
0140c70 verified
raw
history blame contribute delete
No virus
134 Bytes
@echo off
set HF_HOME=huggingface
call myenv\Scripts\activate
python ./install_script/check_open.py
python gpt-caption.py %*
pause