Browse Source

Fix to handle updated Colab runtime

pull/63/head
pharmapsychotic 2 years ago committed by GitHub
parent
commit
9204a33786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      clip_interrogator.ipynb

1
clip_interrogator.ipynb

@ -54,6 +54,7 @@
"\n", "\n",
"def setup():\n", "def setup():\n",
" install_cmds = [\n", " install_cmds = [\n",
" ['pip', 'install', 'transformers==4.15.0'],\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', 'clip-interrogator'],\n",

Loading…
Cancel
Save