osanseviero/diffuse-it

Add tag to pushed card for tracking

nateraw opened this issue · 2 comments

Any time after the default card was pushed after training, you can add this to track # of models shared using this repo :)

from modelcards import ModelCard

card = ModelCard.load(repo_id)
card.data.tags.append("🧨 Diffuse It")
card.push_to_hub(repo_id)

Example Repo Output

Great idea!

Thanks! Solved in 33c39e1