Update config.py
Browse files
config.py
CHANGED
@@ -14,4 +14,4 @@ DEFAULT_CHUNK_SIZE = 512
|
|
14 |
|
15 |
# A stable image captioning model recognized by the HF "image-to-text" pipeline
|
16 |
# Example: "nlpconnect/vit-gpt2-image-captioning" or "Salesforce/blip-image-captioning-base"
|
17 |
-
IMAGE_MODEL_NAME = "
|
|
|
14 |
|
15 |
# A stable image captioning model recognized by the HF "image-to-text" pipeline
|
16 |
# Example: "nlpconnect/vit-gpt2-image-captioning" or "Salesforce/blip-image-captioning-base"
|
17 |
+
IMAGE_MODEL_NAME = "Salesforce/blip-image-captioning-base"
|