Amitontheweb commited on
Commit
c85e333
·
1 Parent(s): b38d15c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -50,11 +50,11 @@ iface = gr.Interface(fn=paraphrase,
50
  inputs=["text"],
51
  outputs=["text","text","text"],
52
  title="AI Paraphraser",
53
- description="<h3>How to use the content rephraser / re-writer</h3><br><ul list-style-type: disc;><li>Paste text in the input box and press 'Submit'.</li><li>Input only short pieces of content</li><li>Creativity level : Medium (Temperature value = 0.7)</li><li>The rephrased output *may not* be better than the original input.</li></ul>",
54
  examples=[
55
- ["Therefore, when we share we need to create real hype for users to want to be involved."],
56
- ["Ideas like this I am open to your suggestions, so we can really push through."],
57
- ["The main goal is for readers/users to feel the need to purchase the product."],
58
  ["The weather is getting more and more unpredictable these days."],
59
  ],
60
  cache_examples=True,
 
50
  inputs=["text"],
51
  outputs=["text","text","text"],
52
  title="AI Paraphraser",
53
+ description="<h3>How to use the content rephraser / re-writer</h3><br><ul list-style-type: disc;><li>Paste text in the input box and press 'Submit'.</li><li>Input only short pieces of content</li><li>Creativity level : Medium (Temperature value = 0.7)</li><li>The rephrased sentences / paragraphs *may not* be better than the original input.</li></ul>",
54
  examples=[
55
+ ["The sun rises in the morning."],
56
+ ["Rephrasing sentences can throw up surprising results."],
57
+ ["AI content generation is easy, but good prompt instructions generate better content."],
58
  ["The weather is getting more and more unpredictable these days."],
59
  ],
60
  cache_examples=True,