Skip to content

Commit

Permalink
fix esrgan link (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
chamini2 authored Mar 7, 2024
1 parent f085d6a commit ecc7503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/model-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const UPSCALE_MODELS: Model[] = [
shortname: "ESRGAN",
name: "ESRGAN Upscaler",
model: "fal-ai/esrgan",
link: "https://fal.run/fal-ai/esrgan",
link: "https://fal.ai/models/esrgan",
},
{
shortname: "SUPIR",
Expand Down

0 comments on commit ecc7503

Please sign in to comment.