Commit
·
1549851
1
Parent(s):
f47d4a8
Update app.py
Browse files
app.py
CHANGED
@@ -50,13 +50,10 @@ iface = gr.Interface(fn=paraphrase,
|
|
50 |
inputs=["text"],
|
51 |
outputs=["text","text","text"],
|
52 |
title="AI Paraphraser",
|
53 |
-
description="
|
54 |
-
|
55 |
-
* Paste text in the input box and press 'Submit'.
|
56 |
<br>* The rephrased output *may not* be better than the original input.
|
57 |
-
<br>* Input only short pieces of content <br> * Temperature value = 0.7, a medium level of creativity.
|
58 |
-
|
59 |
-
",
|
60 |
examples=[
|
61 |
["Therefore, when we share we need to create real hype for users to want to be involved."],
|
62 |
["Ideas like this I am open to your suggestions, so we can really push through."],
|
|
|
50 |
inputs=["text"],
|
51 |
outputs=["text","text","text"],
|
52 |
title="AI Paraphraser",
|
53 |
+
description="
|
54 |
+
<br>* Paste text in the input box and press 'Submit'.
|
|
|
55 |
<br>* The rephrased output *may not* be better than the original input.
|
56 |
+
<br>* Input only short pieces of content <br> * Temperature value = 0.7, a medium level of creativity.",
|
|
|
|
|
57 |
examples=[
|
58 |
["Therefore, when we share we need to create real hype for users to want to be involved."],
|
59 |
["Ideas like this I am open to your suggestions, so we can really push through."],
|