gallery-showcase / README.md
sbrandeis's picture
sbrandeis HF staff
Update README.md
6cbf798
---
widget:
- text: "Dracaufeu, neon"
parameters:
negative_prompt: low quality
output:
url: neon-pokemons/dracaufeu.jpg
- text: "Tortank, neon"
output:
url: ./neon-pokemons/tortank.jpg
---
# Showcasing: Gallery model card component
<Gallery />
Add this awesome image gallery to your model card with the following snippet:
```markdown
---
# [...] Your model's metadata
widget:
- text: "Dracaufeu, neon"
parameters:
negative_prompt: low quality
output:
url: path/in/repo.png
- text: "Tortank, neon"
output:
URL: ./path/in/repo.jpg
---
<!-- [...] Your model card... -->
<Gallery />
```