JoaoLages / diffusers-interpret

Diffusers-Interpret 🤗🧨🕵️‍♀️: Model explainability for 🤗 Diffusers. Get explanations for your generated images.
MIT License
272 stars 14 forks source link

Add docstring using Github Copilot #20

Closed TomPham97 closed 1 year ago

TomPham97 commented 2 years ago

Branch from PR #18

I'm using Github Copilot to automatically fill in the docstrings for the methods and classes according to the Google Python style guide. Ideally, this should synergize well with mkdocs as we've discussed.

TomPham97 commented 2 years ago

Just in case you ever need to add annotation block, check out this docstring format.