sus
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ The goal of this project is to determine if a given first name is "real" (from a
|
|
62 |
|
63 |
## Usage
|
64 |
|
65 |
-
```
|
66 |
from transformers import pipeline
|
67 |
|
68 |
# Replace with your model directory or Hugging Face model hub link
|
|
|
62 |
|
63 |
## Usage
|
64 |
|
65 |
+
```python
|
66 |
from transformers import pipeline
|
67 |
|
68 |
# Replace with your model directory or Hugging Face model hub link
|