Amitontheweb commited on
Commit
f350d89
·
1 Parent(s): 2eb7421

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,8 +54,8 @@ iface = gr.Interface(fn=paraphrase,
54
  examples=[
55
  ["The sun rises in the morning."],
56
  ["Rephrasing sentences can throw up surprising results."],
57
- ["AI content generation is easy, but good prompt instructions generate better content."],
58
  ["The weather is getting more and more unpredictable these days."],
 
59
  ],
60
  cache_examples=True,
61
  )
 
54
  examples=[
55
  ["The sun rises in the morning."],
56
  ["Rephrasing sentences can throw up surprising results."],
 
57
  ["The weather is getting more and more unpredictable these days."],
58
+ ["AI content generation is easy, but good prompt instructions generate better content."],
59
  ],
60
  cache_examples=True,
61
  )