alokabhishek commited on
Commit
b5fbad0
·
verified ·
1 Parent(s): 8eef4a0

Updated Readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -92,7 +92,7 @@ output = pipeline(
92
  )
93
 
94
 
95
- print(outputs[0]["generated_text"][len(prompt):])
96
 
97
 
98
  ```
 
92
  )
93
 
94
 
95
+ print(output[0]["generated_text"][len(prompt):])
96
 
97
 
98
  ```