Xhaheen commited on
Commit
c55c1a9
·
verified ·
1 Parent(s): b972929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -14,8 +14,11 @@ client = OpenAI(
14
  MODELS = [
15
  "google/gemini-flash-1.5-exp",
16
  "google/gemini-flash-1.5",
17
- "qwen/qwen-2.5-72b-instruct",
18
- "mistralai/pixtral-12b:free"
 
 
 
19
  ]
20
 
21
  def encode_image(image):
 
14
  MODELS = [
15
  "google/gemini-flash-1.5-exp",
16
  "google/gemini-flash-1.5",
17
+ "meta-llama/llama-3.2-11b-vision-instruct:free",
18
+ "meta-llama/llama-3.2-11b-vision-instruct",
19
+ "mistralai/pixtral-12b",
20
+ "mistralai/pixtral-12b:free",
21
+ "google/gemini-flash-1.5"
22
  ]
23
 
24
  def encode_image(image):