|
|
@ -43,7 +43,7 @@ |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"def setup():\n", |
|
|
|
"def setup():\n", |
|
|
|
" install_cmds = [\n", |
|
|
|
" install_cmds = [\n", |
|
|
|
" ['pip', 'install', 'ftfy', 'gradio', 'regex', 'tqdm', 'transformers==4.21.2', 'timm', 'fairscale', 'requests'],\n", |
|
|
|
" ['pip', 'install', 'gradio'],\n", |
|
|
|
" ['pip', 'install', 'open_clip_torch'],\n", |
|
|
|
" ['pip', 'install', 'open_clip_torch'],\n", |
|
|
|
" ['pip', 'install', '-e', 'git+https://github.com/pharmapsychotic/BLIP.git@lib#egg=blip'],\n", |
|
|
|
" ['pip', 'install', '-e', 'git+https://github.com/pharmapsychotic/BLIP.git@lib#egg=blip'],\n", |
|
|
|
" ['git', 'clone', '-b', 'negative', 'https://github.com/pharmapsychotic/clip-interrogator.git']\n", |
|
|
|
" ['git', 'clone', '-b', 'negative', 'https://github.com/pharmapsychotic/clip-interrogator.git']\n", |
|
|
|