jhealy1 commited on
Commit
5acca6b
·
verified ·
1 Parent(s): 975a609

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def describe_plant_image(user_query: str, image_url: str) -> str:
31
  "2. Describes key visible characteristics\n"
32
  "3. Answers the user's question clearly and concisely"
33
  )
34
- vl_model = InferenceClient(model='Qwen/Qwen3-VL-4B-Thinking')
35
 
36
  response = vl_model.chat.completions.create(
37
  messages=[
 
31
  "2. Describes key visible characteristics\n"
32
  "3. Answers the user's question clearly and concisely"
33
  )
34
+ vl_model = InferenceClient(model="CohereLabs/aya-vision-32b:cohere")
35
 
36
  response = vl_model.chat.completions.create(
37
  messages=[