From 9204a3378656218657a3467abc67e2493f0eaef8 Mon Sep 17 00:00:00 2001 From: pharmapsychotic <96542870+pharmapsychotic@users.noreply.github.com> Date: Sat, 18 Mar 2023 19:34:02 -0500 Subject: [PATCH] Fix to handle updated Colab runtime --- clip_interrogator.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clip_interrogator.ipynb b/clip_interrogator.ipynb index 96dec9e..440fc2c 100755 --- a/clip_interrogator.ipynb +++ b/clip_interrogator.ipynb @@ -54,7 +54,8 @@ "\n", "def setup():\n", " install_cmds = [\n", - " ['pip', 'install', 'gradio'],\n", + " ['pip', 'install', 'transformers==4.15.0'],\n", + " ['pip', 'install', 'gradio'],\n", " ['pip', 'install', 'open_clip_torch'],\n", " ['pip', 'install', 'clip-interrogator'],\n", " ]\n",