omkar1799 commited on
Commit
54a8119
1 Parent(s): ff66455

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -27,7 +27,7 @@ Here are some examples of Annalaura's work:
27
  | ![Image 1](./assets/instagram-1.jpg) | ![Image 2](./assets/instagram-2.jpg) | ![Image 3](./assets/instagram-3.jpg) | ![Image 4](./assets/instagram-4.jpg) |
28
  |:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
29
 
30
- And here are some examples of outputs created by my model trying to generate similar scenes (TODO):
31
 
32
  | ![Image 1](./assets/annalaura-1.png) | ![Image 2](./assets/annalaura-2.png) | ![Image 3](./assets/annalaura-3.png) | ![Image 4](./assets/annalaura-4.png) |
33
  |:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
@@ -100,8 +100,6 @@ If I had more time and access to compute, I'd do the following:
100
 
101
  ## Pipeline usage
102
 
103
- You can use the pipeline like so:
104
-
105
  ```python
106
  from diffusers import DiffusionPipeline
107
  import torch
 
27
  | ![Image 1](./assets/instagram-1.jpg) | ![Image 2](./assets/instagram-2.jpg) | ![Image 3](./assets/instagram-3.jpg) | ![Image 4](./assets/instagram-4.jpg) |
28
  |:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
29
 
30
+ And here are some examples of outputs created by my model trying to generate similar scenes:
31
 
32
  | ![Image 1](./assets/annalaura-1.png) | ![Image 2](./assets/annalaura-2.png) | ![Image 3](./assets/annalaura-3.png) | ![Image 4](./assets/annalaura-4.png) |
33
  |:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
 
100
 
101
  ## Pipeline usage
102
 
 
 
103
  ```python
104
  from diffusers import DiffusionPipeline
105
  import torch