Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ To run our model, you will need to use our custom pipeline from this gist: https
|
|
43 |
|
44 |
Then, run the following snippet:
|
45 |
|
46 |
-
```
|
47 |
# copy/paste pipeline code here from gist: https://gist.github.com/aykamko/402e948a8fdbbc9613f9978802d90194
|
48 |
|
49 |
pipe = PlaygroundV2dot5Pipeline.from_pretrained(
|
|
|
43 |
|
44 |
Then, run the following snippet:
|
45 |
|
46 |
+
```python
|
47 |
# copy/paste pipeline code here from gist: https://gist.github.com/aykamko/402e948a8fdbbc9613f9978802d90194
|
48 |
|
49 |
pipe = PlaygroundV2dot5Pipeline.from_pretrained(
|