|
|
@ -55,8 +55,8 @@ |
|
|
|
" install_cmds = [\n", |
|
|
|
" install_cmds = [\n", |
|
|
|
" ['pip', 'install', 'gradio'],\n", |
|
|
|
" ['pip', 'install', 'gradio'],\n", |
|
|
|
" ['pip', 'install', 'open_clip_torch'],\n", |
|
|
|
" ['pip', 'install', 'open_clip_torch'],\n", |
|
|
|
|
|
|
|
" ['pip', 'install', 'clip-interrogator'],\n", |
|
|
|
" ['pip', 'install', 'git+https://github.com/pharmapsychotic/BLIP.git'],\n", |
|
|
|
" ['pip', 'install', 'git+https://github.com/pharmapsychotic/BLIP.git'],\n", |
|
|
|
" ['git', 'clone', 'https://github.com/pharmapsychotic/clip-interrogator.git']\n", |
|
|
|
|
|
|
|
" ]\n", |
|
|
|
" ]\n", |
|
|
|
" for cmd in install_cmds:\n", |
|
|
|
" for cmd in install_cmds:\n", |
|
|
|
" print(subprocess.run(cmd, stdout=subprocess.PIPE).stdout.decode('utf-8'))\n", |
|
|
|
" print(subprocess.run(cmd, stdout=subprocess.PIPE).stdout.decode('utf-8'))\n", |
|
|
@ -86,10 +86,6 @@ |
|
|
|
" print(subprocess.run(['wget', url, '-P', 'cache'], stdout=subprocess.PIPE).stdout.decode('utf-8'))\n", |
|
|
|
" print(subprocess.run(['wget', url, '-P', 'cache'], stdout=subprocess.PIPE).stdout.decode('utf-8'))\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"import sys\n", |
|
|
|
|
|
|
|
"sys.path.append('src/blip')\n", |
|
|
|
|
|
|
|
"sys.path.append('clip-interrogator')\n", |
|
|
|
|
|
|
|
"\n", |
|
|
|
|
|
|
|
"import gradio as gr\n", |
|
|
|
"import gradio as gr\n", |
|
|
|
"from clip_interrogator import Config, Interrogator\n", |
|
|
|
"from clip_interrogator import Config, Interrogator\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
@ -279,7 +275,7 @@ |
|
|
|
"name": "python", |
|
|
|
"name": "python", |
|
|
|
"nbconvert_exporter": "python", |
|
|
|
"nbconvert_exporter": "python", |
|
|
|
"pygments_lexer": "ipython3", |
|
|
|
"pygments_lexer": "ipython3", |
|
|
|
"version": "3.7.15" |
|
|
|
"version": "3.7.15 (default, Nov 24 2022, 18:44:54) [MSC v.1916 64 bit (AMD64)]" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"orig_nbformat": 4, |
|
|
|
"orig_nbformat": 4, |
|
|
|
"vscode": { |
|
|
|
"vscode": { |
|
|
|