Sakil commited on
Commit
b735048
β€’
1 Parent(s): acc631b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ def get_parapharse(phrase):
13
  total_list_phrae.append(para_phrase[0])
14
  return total_list_phrae
15
 
16
- iface = gr.Interface(get_parapharse,inputs="text",outputs="text",title='Paraphrase Prodigy',theme = "dark-peach",examples=["what is your favourite movies?","What is your favourite color?"], description="The Ultimate Writing Companion:Say goodbye to writer's block and hello to seamless content creation! ")
17
  iface.launch(inline=False)
 
13
  total_list_phrae.append(para_phrase[0])
14
  return total_list_phrae
15
 
16
+ iface = gr.Interface(get_parapharse,inputs="text",outputs="text",title='Paraphrase Prodigy',theme = "dark-peach",examples=["which are your favourite movies?","Which are your favourite colors?"], description="The Ultimate Writing Companion:Say goodbye to writer's block and hello to seamless content creation! ")
17
  iface.launch(inline=False)