Sakil commited on
Commit
118898a
β€’
1 Parent(s): 484a39a

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=["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)
 
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',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)