Amitontheweb commited on
Commit
bd22ac4
1 Parent(s): fe4841f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -55,9 +55,10 @@ iface = gr.Interface(fn=paraphrase,
55
  title="Free AI Sentence Rephraser",
56
  description="<ul><li>Paste text in the input box and press 'Submit'.</li><li>Max length: ~35 words (larger content is summarized)</li><li>The rephrased sentences *may not* be better than the original input.</li><li>Model 'humarin' pre-trained by ChatGPT. Temp = 0.7</li></ul>",
57
  examples=[
58
- ["Rephrase sentences and paragraphs to make them sound better!"],
59
- ["The weather is getting more and more unpredictable these days."],
60
- ["Creating precise prompt instructions generates better content when using AI tools."],
 
61
  ],
62
  cache_examples=True,
63
  )
 
55
  title="Free AI Sentence Rephraser",
56
  description="<ul><li>Paste text in the input box and press 'Submit'.</li><li>Max length: ~35 words (larger content is summarized)</li><li>The rephrased sentences *may not* be better than the original input.</li><li>Model 'humarin' pre-trained by ChatGPT. Temp = 0.7</li></ul>",
57
  examples=[
58
+ ["With the humble is wisdom."],
59
+ ["Hatred stirs up strife."],
60
+ ["The way of a fool is right in his own eyes."],
61
+ ["Righteousness leads to life."],
62
  ],
63
  cache_examples=True,
64
  )