AseemD commited on
Commit
a23a366
·
1 Parent(s): afe17cd

minor text issue.

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 eg: \n"
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)