Add tag to pushed card for tracking
nateraw opened this issue · 2 comments
nateraw commented
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)
osanseviero commented
Great idea!
osanseviero commented
Thanks! Solved in 33c39e1