Jeff man112
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,8 @@ if outputs and "generated_text" in outputs[0]:
|
|
| 35 |
text = outputs[0]["generated_text"]
|
| 36 |
print(f"Prompt: {prompt}")
|
| 37 |
print("")
|
| 38 |
-
print(text)
|
|
|
|
| 39 |
|
| 40 |
## Intended uses & limitations
|
| 41 |
|
|
|
|
| 35 |
text = outputs[0]["generated_text"]
|
| 36 |
print(f"Prompt: {prompt}")
|
| 37 |
print("")
|
| 38 |
+
print(text)
|
| 39 |
+
```
|
| 40 |
|
| 41 |
## Intended uses & limitations
|
| 42 |
|