Commit
·
19496d9
1
Parent(s):
e8e1802
Update README.md
Browse files
README.md
CHANGED
@@ -72,10 +72,6 @@ And the following style: "Angry weatherman"
|
|
72 |
s = generate_seqs(q=q)
|
73 |
s = process_output(q,s)
|
74 |
print(s[0])#should output something like these
|
75 |
-
"""
|
76 |
-
Angry weatherman: "The weather is sunny and the temperature is 20 degrees. The wind is blowing at 10 km/h.
|
77 |
-
Citizens are advised to stay indoors and avoid going out. The weather is expected to be sunny tomorrow.
|
78 |
|
79 |
-
"""
|
80 |
|
81 |
```
|
|
|
72 |
s = generate_seqs(q=q)
|
73 |
s = process_output(q,s)
|
74 |
print(s[0])#should output something like these
|
|
|
|
|
|
|
75 |
|
|
|
76 |
|
77 |
```
|