dwb2023 commited on
Commit
043fb30
·
verified ·
1 Parent(s): 4b034b2

Update app.py

Browse files

add moondream to examples

Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -34,8 +34,9 @@ interface = gr.Interface(
34
  examples=[
35
  ["google/gemma-7b"],
36
  ["microsoft/Phi-3-mini-4k-instruct"],
37
- ["google/paligemma-3b-mix-224"],
38
- ["microsoft/Phi-3-vision-128k-instruct"]
 
39
  ]
40
  )
41
 
 
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
  ]
41
  )
42