Amitontheweb
commited on
Commit
•
bd22ac4
1
Parent(s):
fe4841f
Update app.py
Browse files
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 |
-
["
|
59 |
-
["
|
60 |
-
["
|
|
|
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 |
)
|