patrickvonplaten
commited on
Commit
•
592fff7
1
Parent(s):
1876a70
Update README.md
Browse files
README.md
CHANGED
@@ -80,7 +80,7 @@ Here's an example of how the model can have biased predictions:
|
|
80 |
|
81 |
compared to:
|
82 |
|
83 |
-
```
|
84 |
>>> from transformers import pipeline, set_seed
|
85 |
|
86 |
>>> set_seed(0)
|
|
|
80 |
|
81 |
compared to:
|
82 |
|
83 |
+
```python
|
84 |
>>> from transformers import pipeline, set_seed
|
85 |
|
86 |
>>> set_seed(0)
|