dwb2023 commited on
Commit
eece1da
·
verified ·
1 Parent(s): 1aa828d

Update app.py

Browse files

reorder examples

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