saadamin2k13 commited on
Commit
5f17fa4
1 Parent(s): 4a2a4c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -45,4 +45,5 @@ output = model.generate(x)
45
 
46
  # Decode and print the output text
47
  pred_text = tokenizer.decode(output[0], skip_special_tokens=True, clean_up_tokenization_spaces=False)
48
- print(pred_text)
 
 
45
 
46
  # Decode and print the output text
47
  pred_text = tokenizer.decode(output[0], skip_special_tokens=True, clean_up_tokenization_spaces=False)
48
+ print(pred_text)
49
+