Commit
·
652da5f
1
Parent(s):
3252e74
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#---------------------AI Paraphraser - iFrame code
|
2 |
# With direct model load
|
3 |
#----------------------------------------------------------------
|
4 |
|
@@ -49,8 +49,8 @@ def paraphrase(
|
|
49 |
iface = gr.Interface(fn=paraphrase,
|
50 |
inputs=["text"],
|
51 |
outputs=["text","text","text"],
|
52 |
-
title="
|
53 |
-
description="
|
54 |
examples=[
|
55 |
["Therefore, when we share we need to create real hype for users to want to be involved."],
|
56 |
["Ideas like this I am open to your suggestions, so we can really push through."],
|
|
|
1 |
+
#---------------------AI Paraphraser - iFrame code --------------
|
2 |
# With direct model load
|
3 |
#----------------------------------------------------------------
|
4 |
|
|
|
49 |
iface = gr.Interface(fn=paraphrase,
|
50 |
inputs=["text"],
|
51 |
outputs=["text","text","text"],
|
52 |
+
title="AI Paraphraser",
|
53 |
+
description="Paste text in the input box and press 'Submit'. <br> The rephrased output *may not* be better than the original input. <br> Input only short pieces of content <br> Creativity level : Medium (Temperature value = 0.7).",
|
54 |
examples=[
|
55 |
["Therefore, when we share we need to create real hype for users to want to be involved."],
|
56 |
["Ideas like this I am open to your suggestions, so we can really push through."],
|