Spaces:
Build error
Build error
Update app.py
Browse files
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 = [["
|
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 |
|