syzdekbr commited on
Commit
a8f171b
·
verified ·
1 Parent(s): 34f7afa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-3B-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 "
 
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 "