Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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=[
|