Update README.md
Browse files
README.md
CHANGED
@@ -91,4 +91,9 @@ output = generator(
|
|
91 |
)
|
92 |
|
93 |
# Print the generated text
|
94 |
-
print(output[0]["generated_text"])
|
|
|
|
|
|
|
|
|
|
|
|
91 |
)
|
92 |
|
93 |
# Print the generated text
|
94 |
+
print(output[0]["generated_text"])
|
95 |
+
|
96 |
+
|
97 |
+
# Contact
|
98 |
+
|
99 |
+
If you have any questions, please contact me: https://huggingface.co/GaborMadarasz
|