Skip to content

Commit

Permalink
Add blip as an option in admin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere committed Nov 30, 2023
1 parent d2b7faa commit a5ad8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/settings/SiteSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const MAP_API_PROVIDERS = [
const CAPTIONING_MODELS = [
{ value: "im2txt", label: "im2txt PyTorch" },
{ value: "im2txt_onnx", label: "im2txt ONNX" },
{ value: "blip_base_capfilt_large", label: "BLIP Base Capfilt Large" },
{ value: "none", label: "None" },
];

Expand Down

0 comments on commit a5ad8d5

Please sign in to comment.