Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ This is an "Abstract to Tweet" model that crafts a tweet summarizing a research
|
|
28 |
## Example Usage
|
29 |
|
30 |
```python3
|
31 |
-
from transformers import
|
32 |
|
33 |
# Load model
|
34 |
pipe = pipeline('text2text-generation', 'datadreamer-dev/abstracts_to_tweet_model')
|
|
|
28 |
## Example Usage
|
29 |
|
30 |
```python3
|
31 |
+
from transformers import pipeline
|
32 |
|
33 |
# Load model
|
34 |
pipe = pipeline('text2text-generation', 'datadreamer-dev/abstracts_to_tweet_model')
|