cbensimon HF Staff commited on
Commit
87359d4
·
1 Parent(s): f9e96de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import torch
6
 
7
  def setup():
8
  install_cmds = [
9
- ['pip', 'install', 'ftfy', 'gradio', 'regex', 'tqdm', 'transformers==4.21.2', 'timm', 'fairscale', 'requests'],
10
  ['pip', 'install', 'open_clip_torch'],
11
  ['pip', 'install', '-e', 'git+https://github.com/pharmapsychotic/BLIP.git@lib#egg=blip'],
12
  ['git', 'clone', 'https://github.com/pharmapsychotic/clip-interrogator.git']
 
6
 
7
  def setup():
8
  install_cmds = [
9
+ ['pip', 'install', 'ftfy', 'gradio', 'regex', 'tqdm', 'transformers', 'timm', 'fairscale', 'requests'],
10
  ['pip', 'install', 'open_clip_torch'],
11
  ['pip', 'install', '-e', 'git+https://github.com/pharmapsychotic/BLIP.git@lib#egg=blip'],
12
  ['git', 'clone', 'https://github.com/pharmapsychotic/clip-interrogator.git']