samkeet commited on
Commit
3fb9272
·
verified ·
1 Parent(s): 387ea7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -90,7 +90,7 @@ result = pipe("Earth revolves around the", do_sample=True, max_length=40, temper
90
  print("Pipeline Output:", result)
91
  ```
92
 
93
- ### Method 1: Direct Generation
94
  ```python
95
  # Import necessary libraries
96
  import torch
 
90
  print("Pipeline Output:", result)
91
  ```
92
 
93
+ ### Method 2: Direct Generation
94
  ```python
95
  # Import necessary libraries
96
  import torch