Commit
·
0eef0dc
1
Parent(s):
f350d89
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ def paraphrase(
|
|
49 |
iface = gr.Interface(fn=paraphrase,
|
50 |
inputs=["text"],
|
51 |
outputs=["text","text","text"],
|
52 |
-
title="
|
53 |
-
description="<h3>How to use the content rephraser / re-writer</h3><br><ul list-style: square inside
|
54 |
examples=[
|
55 |
["The sun rises in the morning."],
|
56 |
["Rephrasing sentences can throw up surprising results."],
|
|
|
49 |
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><li list-style: square inside;>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."],
|