Jezia commited on
Commit
3c363fa
·
1 Parent(s): 188098a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def generate_answers(text):
33
  answertoString = ' '.join([str(elem) for elem in answer])
34
  return answertoString
35
 
36
- examples = [["Once upon a time, "], ["In a galaxy far far away"]]
37
  title = "Text Generation with Miniature GPT"
38
  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."
39
 
 
33
  answertoString = ' '.join([str(elem) for elem in answer])
34
  return answertoString
35
 
36
+ examples = [["The movie was nice, "], ["It was showing nothing special to "]]
37
  title = "Text Generation with Miniature GPT"
38
  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."
39