Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import pandas as pd
|
|
| 13 |
from openai import OpenAI
|
| 14 |
from PIL import Image, ImageOps
|
| 15 |
|
| 16 |
-
DEFAULT_MODEL = os.getenv("VISION_MODEL", "Qwen/Qwen2.5-VL-
|
| 17 |
DEFAULT_PROMPT = (
|
| 18 |
"Write concise, useful alt text for this image. Describe only meaningful visual "
|
| 19 |
"content and function. Do not begin with 'image of' or 'picture of'. Do not guess "
|
|
|
|
| 13 |
from openai import OpenAI
|
| 14 |
from PIL import Image, ImageOps
|
| 15 |
|
| 16 |
+
DEFAULT_MODEL = os.getenv("VISION_MODEL", "Qwen/Qwen2.5-VL-7B-Instruct")
|
| 17 |
DEFAULT_PROMPT = (
|
| 18 |
"Write concise, useful alt text for this image. Describe only meaningful visual "
|
| 19 |
"content and function. Do not begin with 'image of' or 'picture of'. Do not guess "
|