sonobit commited on
Commit
f6c6d46
·
1 Parent(s): d2fd0f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ demo = gr.Interface(
32
  examples=[
33
  ["What a beautiful morning for a walk!"],
34
  ["It was the best of times, it was the worst of times."],
 
35
  ],
36
  )
37
 
 
32
  examples=[
33
  ["What a beautiful morning for a walk!"],
34
  ["It was the best of times, it was the worst of times."],
35
+ ["You're braver than you believe, and stronger than you seem, and smarter than you think."]
36
  ],
37
  )
38