gallery-showcase / README.md
sbrandeis's picture
sbrandeis HF staff
Update README.md
6cbf798
|
raw
history blame contribute delete
No virus
656 Bytes
metadata
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

Prompt
Dracaufeu, neon
Negative Prompt
low quality
Prompt
Tortank, neon

Add this awesome image gallery to your model card with the following snippet:

---
# [...] 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 />