minor text issue.
Browse files
app.py
CHANGED
|
@@ -80,12 +80,12 @@ def main():
|
|
| 80 |
outputs=gr.Textbox(label="Model Outputs"),
|
| 81 |
title="GPT-2 Streaming Text Generator",
|
| 82 |
description= (
|
| 83 |
-
"Generate text using an untrained and a trained GPT-2 model."
|
| 84 |
-
"Use prompts that are short, simple and easy to generate coherent looking text."
|
| 85 |
-
"For
|
| 86 |
-
"- \"Hello, my name is\" \n"
|
| 87 |
"- \"This is a summary of\" \n"
|
| 88 |
"- \"In this article\" \n"
|
|
|
|
| 89 |
)
|
| 90 |
)
|
| 91 |
interface.launch(share=True)
|
|
|
|
| 80 |
outputs=gr.Textbox(label="Model Outputs"),
|
| 81 |
title="GPT-2 Streaming Text Generator",
|
| 82 |
description= (
|
| 83 |
+
"Generate text using an untrained and a trained GPT-2 model. "
|
| 84 |
+
"Use prompts that are short, simple and easy to generate coherent looking text. "
|
| 85 |
+
"For example: \n"
|
|
|
|
| 86 |
"- \"This is a summary of\" \n"
|
| 87 |
"- \"In this article\" \n"
|
| 88 |
+
"- \"Hello, my name is\" \n"
|
| 89 |
)
|
| 90 |
)
|
| 91 |
interface.launch(share=True)
|