Skip to content

Commit

Permalink
remove hidden buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
parinitarahi committed Oct 27, 2023
1 parent 25a3e25 commit bdc6f1c
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/routes/generative-ai/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,10 @@
<div class="card-body">
<h2 class="card-title pb-4">Run Stable Diffusion outside of a Python environment</h2>
<div class="card-actions">

<a
href="https://onnxruntime.ai/docs/tutorials/csharp/stable-diffusion-csharp.html"
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 lg:hidden">Inference Stable Diffusion →</a
class="btn-primary btn ">Inference Stable Diffusion →</a
>
</div>
</div>
Expand All @@ -44,14 +40,10 @@
Speed up inference of Stable Diffusion on NVIDIA and AMD GPUs
</h2>
<div class="card-actions">

<a
href="https://medium.com/microsoftazure/accelerating-stable-diffusion-inference-with-onnx-runtime-203bd7728540"
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 lg:hidden">Accelerate Stable Diffusion →</a
class="btn btn-primary ">Accelerate Stable Diffusion →</a
>
</div>
</div>
Expand Down

0 comments on commit bdc6f1c

Please sign in to comment.