From ee519cfef5d274f7d0c67270674523833083640d Mon Sep 17 00:00:00 2001 From: co63oc Date: Tue, 21 Nov 2023 18:56:13 +0800 Subject: [PATCH] Update README.md (#5855) --- examples/community/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/community/README.md b/examples/community/README.md index 87b0ed9151..36b34e8b0b 100755 --- a/examples/community/README.md +++ b/examples/community/README.md @@ -2052,7 +2052,7 @@ import torch from PIL import Image from io import BytesIO -from diffusers import Diffusionpipeline +from diffusers import DiffusionPipeline # load the pipeline # make sure you're logged in with `huggingface-cli login`