Skip to content

Commit

Permalink
adjusted the viewprot for genai page
Browse files Browse the repository at this point in the history
  • Loading branch information
parinitarahi committed Oct 27, 2023
1 parent 63216ab commit 25a3e25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/generative-ai/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<div class="card-actions">
<a
href="https://onnxruntime.ai/docs/tutorials/csharp/stable-diffusion-csharp.html"
class="btn-primary btn hidden xl:inline-flex"
class="btn-primary btn hidden lg:inline-flex"
>Learn how to inference Stable Diffusion with C# and ONNX Runtime →</a
>
<a
href="https://onnxruntime.ai/docs/tutorials/csharp/stable-diffusion-csharp.html"
class="btn-primary btn xl:hidden">Inference Stable Diffusion →</a
class="btn-primary btn lg:hidden">Inference Stable Diffusion →</a
>
</div>
</div>
Expand All @@ -46,12 +46,12 @@
<div class="card-actions">
<a
href="https://medium.com/microsoftazure/accelerating-stable-diffusion-inference-with-onnx-runtime-203bd7728540"
class="btn btn-primary hidden xl:inline-flex"
class="btn btn-primary hidden lg:inline-flex"
>Learn how to accelerate Stable Diffusion with ONNX Runtime →</a
>
<a
href="https://medium.com/microsoftazure/accelerating-stable-diffusion-inference-with-onnx-runtime-203bd7728540"
class="btn btn-primary xl:hidden">Accelerate Stable Diffusion →</a
class="btn btn-primary lg:hidden">Accelerate Stable Diffusion →</a
>
</div>
</div>
Expand Down

0 comments on commit 25a3e25

Please sign in to comment.