LH-Tech-AI commited on
Commit
5864993
·
verified ·
1 Parent(s): a6f51b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -89,7 +89,7 @@ def generate_text(prompt, max_length=50):
89
  test_prompt = "The importance of education is"
90
  print(f"\nPrompt: {test_prompt}")
91
  print("-" * 30)
92
- print(generate_text(test_prompt))
93
  ```
94
 
95
  ## Training guide
 
89
  test_prompt = "The importance of education is"
90
  print(f"\nPrompt: {test_prompt}")
91
  print("-" * 30)
92
+ print("\nOutput:\n" + generate_text(test_prompt))
93
  ```
94
 
95
  ## Training guide