nfaheem commited on
Commit
e3085d8
1 Parent(s): 2bde427

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -73,4 +73,5 @@ pipe = pipeline(
73
  repetition_penalty=1.1
74
  )
75
 
76
- print(pipe(prompt_template)[0]['generated_text'])
 
 
73
  repetition_penalty=1.1
74
  )
75
 
76
+ print(pipe(prompt_template)[0]['generated_text'])
77
+ ```