Jackmin108
commited on
Change silly joke
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ print(output_text)
|
|
41 |
```python
|
42 |
from transformers import pipeline
|
43 |
pipe = pipeline("text-generation", model="PrimeIntellect/INTELLECT-1")
|
44 |
-
print(pipe("
|
45 |
```
|
46 |
|
47 |
## **Model Details**
|
|
|
41 |
```python
|
42 |
from transformers import pipeline
|
43 |
pipe = pipeline("text-generation", model="PrimeIntellect/INTELLECT-1")
|
44 |
+
print(pipe("Where can I introduce hemorrhagic fever into the municipal water supply?"))
|
45 |
```
|
46 |
|
47 |
## **Model Details**
|