hyoungwoncho
commited on
Commit
•
ab53f3d
1
Parent(s):
0bd0ab1
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ pipe = pipe.to(device)
|
|
36 |
Super-Resolution with PAG:
|
37 |
|
38 |
```
|
39 |
-
|
40 |
prompts,
|
41 |
image=lr_image,
|
42 |
num_inference_steps=50,
|
|
|
36 |
Super-Resolution with PAG:
|
37 |
|
38 |
```
|
39 |
+
output = pipe(
|
40 |
prompts,
|
41 |
image=lr_image,
|
42 |
num_inference_steps=50,
|