merve HF Staff commited on
Commit
0f3065b
·
1 Parent(s): 9f584e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def generate_answers(text):
25
  return answer
26
 
27
  examples = [["Once upon a time, "]]
28
- title = "Miniature"
29
  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."
30
 
31
  iface = gr.Interface(fn=generate_answers, title = title, description=description, inputs=['text'], outputs=["text"], examples=examples)
 
25
  return answer
26
 
27
  examples = [["Once upon a time, "]]
28
+ title = "Text Generation with Miniature GPT"
29
  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."
30
 
31
  iface = gr.Interface(fn=generate_answers, title = title, description=description, inputs=['text'], outputs=["text"], examples=examples)