dwb2023 commited on
Commit
54f9034
·
verified ·
1 Parent(s): bd4f934

Update app.py

Browse files

model explorer examples

Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -36,7 +36,12 @@ interface = gr.Interface(
36
  ["microsoft/Phi-3-mini-4k-instruct"],
37
  ["vikhyatk/moondream2"],
38
  ["microsoft/Phi-3-vision-128k-instruct"],
39
- ["google/paligemma-3b-mix-224"]
 
 
 
 
 
40
  ]
41
  )
42
 
 
36
  ["microsoft/Phi-3-mini-4k-instruct"],
37
  ["vikhyatk/moondream2"],
38
  ["microsoft/Phi-3-vision-128k-instruct"],
39
+ ["google/paligemma-3b-mix-224"],
40
+ ["meta-llama/Meta-Llama-3-8B"],
41
+ ["mistralai/Mistral-7B-Instruct-v0.3"],
42
+ ["openbmb/MiniCPM-Llama3-V-2_5"],
43
+ ["HuggingFaceM4/idefics2-8b-chatty"],
44
+ ["mistralai/Codestral-22B-v0.1]
45
  ]
46
  )
47