Amitontheweb commited on
Commit
2094c19
·
1 Parent(s): f9a4c2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(fn=paraphrase,
53
  inputs=["text"],
54
  outputs=[output1, output2, output3],
55
  title="AI Paraphraser",
56
- description="<h3>How to use the content rephraser / re-writer</h3><br><ul><li>Paste text in the input box and press 'Submit'.</li><li>Max words: ~35 words (larger content is summarized)</li><li>Creativity level : Medium (Temperature value = 0.7)</li><li>The rephrased sentences / paragraphs *may not* be better than the original input.</li><li>Pre-trained model: humarin/chatgpt_paraphraser_on_T5_base</li></ul>",
57
  examples=[
58
  ["The sun rises in the morning."],
59
  ["Rephrasing sentences can throw up surprising results."],
 
53
  inputs=["text"],
54
  outputs=[output1, output2, output3],
55
  title="AI Paraphraser",
56
+ description="<h3>How to use the content rephraser / re-writer</h3><br><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 / paragraphs *may not* be better than the original input.</li><li>Model 'humarin' pre-trained by ChatGPT. Temp = 0.7</li></ul>",
57
  examples=[
58
  ["The sun rises in the morning."],
59
  ["Rephrasing sentences can throw up surprising results."],