Use absolute URL for teaser image so it renders in org card
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -76,7 +76,7 @@
|
|
| 76 |
text-to-image generator baseline. Please use the project links below
|
| 77 |
to navigate.
|
| 78 |
</p>
|
| 79 |
-
<img class="teaser" src="teaser.png" alt="MiniT2I teaser: a gallery of text-to-image samples" />
|
| 80 |
<ul>
|
| 81 |
<li><a href="https://peppaking8.github.io/#/post/text-to-image-generation-made-simple">Blog post</a></li>
|
| 82 |
<li><a href="https://github.com/Hope7Happiness/t2i-release">PyTorch/Diffusers code</a></li>
|
|
|
|
| 76 |
text-to-image generator baseline. Please use the project links below
|
| 77 |
to navigate.
|
| 78 |
</p>
|
| 79 |
+
<img class="teaser" src="https://huggingface.co/spaces/MiniT2I/README/resolve/main/teaser.png" alt="MiniT2I teaser: a gallery of text-to-image samples" />
|
| 80 |
<ul>
|
| 81 |
<li><a href="https://peppaking8.github.io/#/post/text-to-image-generation-made-simple">Blog post</a></li>
|
| 82 |
<li><a href="https://github.com/Hope7Happiness/t2i-release">PyTorch/Diffusers code</a></li>
|