Spaces:
Runtime error
Runtime error
File size: 160 Bytes
0140c70 |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
export HF_HOME="huggingface"
python ./install_script/check_open.py
python gpt-caption.py --share "$@"
read -p "Press any key to continue . . . "
|