akhaliq HF staff commited on
Commit
5070b4b
1 Parent(s): 09454cf
Files changed (1) hide show
  1. app_paligemma.py +1 -1
app_paligemma.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks() as demo:
51
  with gr.Row():
52
  model_dropdown = gr.Dropdown(
53
  choices=list(MODELS.keys()),
54
- value="Paligemma-10B",
55
  label="Select Model",
56
  interactive=True
57
  )
 
51
  with gr.Row():
52
  model_dropdown = gr.Dropdown(
53
  choices=list(MODELS.keys()),
54
+ value="paligemma2-10b-ft-docci-448",
55
  label="Select Model",
56
  interactive=True
57
  )