benjamin-paine
commited on
Commit
•
5725a7f
1
Parent(s):
7152faf
Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ pipeline = CHAMPPipeline.from_single_file(
|
|
54 |
|
55 |
Follow this format for execution:
|
56 |
|
57 |
-
```
|
58 |
result = pipeline(
|
59 |
reference: PIL.Image.Image,
|
60 |
guidance: Dict[str, List[PIL.Image.Image]],
|
|
|
54 |
|
55 |
Follow this format for execution:
|
56 |
|
57 |
+
```py
|
58 |
result = pipeline(
|
59 |
reference: PIL.Image.Image,
|
60 |
guidance: Dict[str, List[PIL.Image.Image]],
|