Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
|
7 |
def setup():
|
8 |
install_cmds = [
|
9 |
-
['pip', 'install', 'ftfy', 'gradio', 'regex', 'tqdm', 'transformers
|
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']
|