Commit
·
202209d
1
Parent(s):
31e0291
Update app.py
Browse files
app.py
CHANGED
@@ -56,9 +56,9 @@ iface = gr.Interface(fn=paraphrase,
|
|
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 / 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 |
-
["
|
60 |
["The weather is getting more and more unpredictable these days."],
|
61 |
-
["
|
62 |
],
|
63 |
cache_examples=True,
|
64 |
)
|
|
|
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 / 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 |
+
["Rephrase sentences and paragraphs to make them sound better!"],
|
60 |
["The weather is getting more and more unpredictable these days."],
|
61 |
+
["Creating precise prompt instructions generates better content when using AI tools."],
|
62 |
],
|
63 |
cache_examples=True,
|
64 |
)
|