cehao commited on
Commit
57f51ed
·
verified ·
1 Parent(s): 0b0c453

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: mit
3
  ---
 
4
  import transformers
5
  import torch
6
 
@@ -22,3 +23,4 @@ outputs = pipeline(
22
  max_new_tokens=256,
23
  )
24
  print(outputs[0]["generated_text"][-1])
 
 
1
  ---
2
  license: mit
3
  ---
4
+ ```python
5
  import transformers
6
  import torch
7
 
 
23
  max_new_tokens=256,
24
  )
25
  print(outputs[0]["generated_text"][-1])
26
+ ```