Spaces:
Runtime error
Runtime error
Commit
·
bc83b1f
1
Parent(s):
34bb9f0
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ CAPTION_MODELS = {
|
|
6 |
'blip-base': 'Salesforce/blip-image-captioning-base',
|
7 |
'blip-large': 'Salesforce/blip-image-captioning-large',
|
8 |
'vit-gpt2-coco-en': 'ydshieh/vit-gpt2-coco-en',
|
|
|
9 |
'blip2-2.7b-fp16': 'Mediocreatmybest/blip2-opt-2.7b-fp16-sharded',
|
10 |
'blip2-2.7b': 'Salesforce/blip2-opt-2.7b',
|
11 |
}
|
|
|
6 |
'blip-base': 'Salesforce/blip-image-captioning-base',
|
7 |
'blip-large': 'Salesforce/blip-image-captioning-large',
|
8 |
'vit-gpt2-coco-en': 'ydshieh/vit-gpt2-coco-en',
|
9 |
+
'blip2-2.7b_8bit': 'Mediocreatmybest/blip2-opt-2.7b_8bit',
|
10 |
'blip2-2.7b-fp16': 'Mediocreatmybest/blip2-opt-2.7b-fp16-sharded',
|
11 |
'blip2-2.7b': 'Salesforce/blip2-opt-2.7b',
|
12 |
}
|