1inkusFace commited on
Commit
a3ea3fb
·
verified ·
1 Parent(s): afd3ed2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
285
  value=1.0,
286
  )
287
  image_encoder_path = gr.Dropdown(
288
- ["google/siglip-so400m-patch14-384", "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"],
289
  label="CLIP Model",
290
  )
291
  ip_scale = gr.Slider(
 
285
  value=1.0,
286
  )
287
  image_encoder_path = gr.Dropdown(
288
+ ["google/siglip-so400m-patch14-384", "jancuhel/google-siglip-so400m-patch14-384-img-text-relevancy", "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"],
289
  label="CLIP Model",
290
  )
291
  ip_scale = gr.Slider(