AdamCodd commited on
Commit
189aa33
1 Parent(s): 8955564

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -56,7 +56,8 @@ Alex: That sounds delicious. When are you thinking of checking it out?
56
  Emily: How about this Saturday? We can make it a dinner date.
57
  Alex: Sounds like a plan, Emily. I'm looking forward to it.
58
  '''
59
- summarizer(conversation)
 
60
  ```
61
 
62
  ## Training and evaluation data
 
56
  Emily: How about this Saturday? We can make it a dinner date.
57
  Alex: Sounds like a plan, Emily. I'm looking forward to it.
58
  '''
59
+ result = summarizer(conversation)
60
+ print(result)
61
  ```
62
 
63
  ## Training and evaluation data