Commit
·
fe4841f
1
Parent(s):
48d04ca
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,6 @@ 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 |
-
["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."],
|
|
|
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."],
|