Update README.md
Browse files
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
|
| 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
|