update to use pixtral
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
264 |
'open-mistral-nemo', # Multilingual model (128k)
|
265 |
'open-codestral-mamba' # Mamba-based coding model (256k)
|
266 |
],
|
267 |
-
value='
|
268 |
label="Select Mistral Model",
|
269 |
interactive=True
|
270 |
)
|
@@ -280,7 +280,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
280 |
name=new_model,
|
281 |
src=mistral_gradio.registry,
|
282 |
fill_height=True
|
283 |
-
)
|
284 |
|
285 |
mistral_model.change(
|
286 |
fn=update_mistral_model,
|
|
|
264 |
'open-mistral-nemo', # Multilingual model (128k)
|
265 |
'open-codestral-mamba' # Mamba-based coding model (256k)
|
266 |
],
|
267 |
+
value='pixtral-large-latest', # pixtral for vision
|
268 |
label="Select Mistral Model",
|
269 |
interactive=True
|
270 |
)
|
|
|
280 |
name=new_model,
|
281 |
src=mistral_gradio.registry,
|
282 |
fill_height=True
|
283 |
+
)
|
284 |
|
285 |
mistral_model.change(
|
286 |
fn=update_mistral_model,
|