multimodalart HF staff commited on
Commit
8bad932
1 Parent(s): 842db93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ The SD-XL Inpainting 0.1 was initialized with the `stable-diffusion-xl-base-1.0`
20
 
21
  ## How to use
22
 
23
- ```python3
24
  from diffusers import AutoPipelineForInpainting
25
  from diffusers.utils import load_image
26
  import torch
 
20
 
21
  ## How to use
22
 
23
+ ```py
24
  from diffusers import AutoPipelineForInpainting
25
  from diffusers.utils import load_image
26
  import torch