Jezia commited on
Commit
9d39817
·
1 Parent(s): 1b0511d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def generate_answers(text):
58
  text_out = tokenizer.sequences_to_texts([tokens_generated])
59
  return text_out[0]
60
 
61
- examples = [["The movie was nice, "], ["It was showing nothing special to "]]
62
  title = "Text Generation with Miniature GPT"
63
  description = "Gradio Demo for a miniature with GPT. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
64
 
 
58
  text_out = tokenizer.sequences_to_texts([tokens_generated])
59
  return text_out[0]
60
 
61
+ examples = [["I was fortunate to attend the London premier of this film. While I am not at all a fan of British drama, I did find myself deeply moved by the characters and the BAD CHOICES they made. I was in tears by the end of the film. Every scene was mesmerizing. The attention to detail and the excellent acting was quite impressive."],["The movie was nice, "], ["It was showing nothing special to "]]
62
  title = "Text Generation with Miniature GPT"
63
  description = "Gradio Demo for a miniature with GPT. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
64