Skip to content

Commit

Permalink
Add preload to ImageToImage.webp
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 1, 2024
1 parent b067600 commit 3b46aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AiServer/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<link rel="preload" href="/img/uis/TextToImage.webp" as="image">
<link rel="preload" href="/img/uis/ImageToText.webp" as="image">
<link rel="preload" href="/img/uis/ImageUpscale.webp" as="image">
<link rel="preload" href="/img/uis/ImageToImage.webp" as="image">
<link rel="preload" href="/img/uis/SpeechToText.webp" as="image">
<link rel="preload" href="/img/uis/TextToImage.webp" as="image">
<link rel="preload" href="/img/uis/TextToSpeech.webp" as="image">
Expand Down

0 comments on commit 3b46aa7

Please sign in to comment.