AjayP13 commited on
Commit
a90cc87
1 Parent(s): 84eadfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 AutoModelForSeq2SeqLM, AutoTokenizer, pipeline
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')