imomayiz commited on
Commit
cc4f13b
1 Parent(s): d163799

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,7 +31,7 @@ Weights for this model are available [here](imomayiz/moroccan_sdxl_lora/tree/mai
31
  The training images can be found [here](https://huggingface.co/datasets/imomayiz/morocco-img/tree/main/data/cities).
32
 
33
  ## How to use the model
34
- ````
35
  import torch
36
  from diffusers import DiffusionPipeline, AutoencoderKL
37
 
@@ -56,4 +56,4 @@ prompt = "a photo of a modern moroccan city"
56
  image = pipe(prompt=prompt, num_inference_steps=20).images[0]
57
  image
58
 
59
- ````
 
31
  The training images can be found [here](https://huggingface.co/datasets/imomayiz/morocco-img/tree/main/data/cities).
32
 
33
  ## How to use the model
34
+ ```python
35
  import torch
36
  from diffusers import DiffusionPipeline, AutoencoderKL
37
 
 
56
  image = pipe(prompt=prompt, num_inference_steps=20).images[0]
57
  image
58
 
59
+ ```