Spaces:
Paused
Paused
Update app.py
Browse filesmodel explorer examples
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 |
|