jyoung105 commited on
Commit
b9a5de2
1 Parent(s): 0af15cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,7 +37,7 @@ pipe = pipe.to(device)
37
  ```
38
 
39
  Unconditional sampling with PAG:
40
- ![image/jpeg](example 1.jpg)
41
 
42
  ```py
43
  output = pipe(
@@ -52,7 +52,7 @@ output = pipe(
52
  ```
53
 
54
  Sampling with PAG and CFG:
55
- ![image/jpeg](example 2.jpg)
56
  ```py
57
  output = pipe(
58
  "A man with hoodie on is looking at sky, photo",
 
37
  ```
38
 
39
  Unconditional sampling with PAG:
40
+ ![image/jpeg](example_1.jpg)
41
 
42
  ```py
43
  output = pipe(
 
52
  ```
53
 
54
  Sampling with PAG and CFG:
55
+ ![image/jpeg](example_2.jpg)
56
  ```py
57
  output = pipe(
58
  "A man with hoodie on is looking at sky, photo",