dbirks commited on
Commit
18e3b47
1 Parent(s): 48440de

Try fixing the markdown link not working

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +2 -0
src/routes/+page.svelte CHANGED
@@ -513,6 +513,7 @@ ${htmlImgs.slice(1).join("\n")}
513
  <article class="prose-sm px-4 md:px-12 lg:px-56 mb-8 {!canvas ? 'hidden' : ''}">
514
 
515
  <div class="text-center">
 
516
  This is a fork of Huggingface's [diffuse-the-rest](https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest), with the additional ability to change the strength, and other just miscellaneous tweaks.
517
 
518
  Github repo: [dbirks/diffuse-the-rest](https://github.com/dbirks/diffuse-the-rest)
@@ -526,6 +527,7 @@ ${htmlImgs.slice(1).join("\n")}
526
  Powered by [🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch](https://github.com/huggingface/diffusers). Based on [notebook by @psuraj28](https://twitter.com/psuraj28/status/1562039265126670339)
527
 
528
  Check out [Stable Diffusion Gradio demo](https://huggingface.co/spaces/stabilityai/stable-diffusion)
 
529
  </div>
530
 
531
  ### LICENSE
 
513
  <article class="prose-sm px-4 md:px-12 lg:px-56 mb-8 {!canvas ? 'hidden' : ''}">
514
 
515
  <div class="text-center">
516
+
517
  This is a fork of Huggingface's [diffuse-the-rest](https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest), with the additional ability to change the strength, and other just miscellaneous tweaks.
518
 
519
  Github repo: [dbirks/diffuse-the-rest](https://github.com/dbirks/diffuse-the-rest)
 
527
  Powered by [🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch](https://github.com/huggingface/diffusers). Based on [notebook by @psuraj28](https://twitter.com/psuraj28/status/1562039265126670339)
528
 
529
  Check out [Stable Diffusion Gradio demo](https://huggingface.co/spaces/stabilityai/stable-diffusion)
530
+
531
  </div>
532
 
533
  ### LICENSE