diff --git a/src/routes/components/hero.svelte b/src/routes/components/hero.svelte index dfb4ffe112..38782b82da 100644 --- a/src/routes/components/hero.svelte +++ b/src/routes/components/hero.svelte @@ -8,8 +8,8 @@ import FaRegClipboard from 'svelte-icons/fa/FaRegClipboard.svelte'; import OnnxLight from '../../images/ONNX-Light.svelte'; import OnnxDark from '../../images/ONNX-Dark.svelte'; - import { fade, fly, blur } from 'svelte/transition'; - import { quintOut } from 'svelte/easing'; + import { fade } from 'svelte/transition'; + import { quartInOut } from 'svelte/easing'; let words = [ 'Cross-Platform', @@ -86,7 +86,7 @@ {#key activeWord} {activeWord} diff --git a/src/routes/components/training-and-inference.svelte b/src/routes/components/training-and-inference.svelte index ae1cb396ea..25a7cdc1f9 100644 --- a/src/routes/components/training-and-inference.svelte +++ b/src/routes/components/training-and-inference.svelte @@ -21,7 +21,7 @@
Run PyTorch and other ML models in the web browser with ONNX Runtime Web.
@@ -34,7 +34,7 @@Infuse your Android and iOS mobile apps with AI using ONNX Runtime Mobile.
@@ -58,7 +58,7 @@
Accelerate training of popular models, including
On-device training with ONNX Runtime lets developers take an inference model and train
it locally to deliver a more personalized and privacy-respecting experience for
On-Device Training
+ On-Device Training