kanja commited on
Commit
8b58730
1 Parent(s): ad38893

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,7 +32,8 @@ 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
- ["I love you"],
 
36
  )
37
 
38
  demo.launch()
 
32
  examples=[
33
  ["What a beautiful morning for a walk!"],
34
  ["It was the best of times, it was the worst of times."],
35
+ ["I love you"]
36
+ ]
37
  )
38
 
39
  demo.launch()