Spaces:
Runtime error
Runtime error
File size: 134 Bytes
0140c70 |
1 2 3 4 5 6 7 8 9 10 |
@echo off
set HF_HOME=huggingface
call myenv\Scripts\activate
python ./install_script/check_open.py
python gpt-caption.py %*
pause
|