cbensimon HF Staff commited on
Commit
bbffeb5
·
1 Parent(s): 7f5e782

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def setup():
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', '-b', 'open-clip', 'https://github.com/pharmapsychotic/clip-interrogator.git']
13
  ]
14
  for cmd in install_cmds:
15
  print(subprocess.run(cmd, stdout=subprocess.PIPE).stdout.decode('utf-8'))
 
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']
13
  ]
14
  for cmd in install_cmds:
15
  print(subprocess.run(cmd, stdout=subprocess.PIPE).stdout.decode('utf-8'))