Amitontheweb commited on
Commit
eab9917
·
1 Parent(s): 3ef1b27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="<h2>AI Paraphraser</h2>",
53
- description="> Using the content **rephraser** / **re-writer** - Paste text in the input box and press 'Submit'. - The rephrased output *may not* be better than the original input. - Input only short pieces of content - 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."],
 
49
  iface = gr.Interface(fn=paraphrase,
50
  inputs=["text"],
51
  outputs=["text","text","text"],
52
+ title="# AI Paraphraser",
53
+ description="- Using the content **rephraser** / **re-writer** - Paste text in the input box and press 'Submit'. - The rephrased output *may not* be better than the original input. - Input only short pieces of content - 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."],