From aa676c641f4bdea21ef4dba4f0ea30354c00d6e9 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Tue, 28 May 2024 23:58:55 +0530 Subject: [PATCH] change to yiyi's address. (#7981) * change to yiyi's address. * update to diffusers@huggingface.co --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 943238df76..fdebe68fc9 100644 --- a/setup.py +++ b/setup.py @@ -261,7 +261,7 @@ setup( keywords="deep learning diffusion jax pytorch stable diffusion audioldm", license="Apache 2.0 License", author="The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/diffusers/graphs/contributors)", - author_email="patrick@huggingface.co", + author_email="diffusers@huggingface.co", url="https://github.com/huggingface/diffusers", package_dir={"": "src"}, packages=find_packages("src"),