Commit
·
48d04ca
1
Parent(s):
202209d
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ output3 = gr.Textbox(label="Rephrased: Option 3")
|
|
52 |
iface = gr.Interface(fn=paraphrase,
|
53 |
inputs=["text"],
|
54 |
outputs=[output1, output2, output3],
|
55 |
-
title="AI
|
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
|
57 |
examples=[
|
58 |
["The sun rises in the morning."],
|
59 |
["Rephrase sentences and paragraphs to make them sound better!"],
|
|
|
52 |
iface = gr.Interface(fn=paraphrase,
|
53 |
inputs=["text"],
|
54 |
outputs=[output1, output2, output3],
|
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!"],
|