pangmpn commited on
Commit
a92019c
·
1 Parent(s): 4e84a28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ demo = gr.Interface(
30
  gr.Textbox(placeholder="Enter sentence here..."),
31
  ["highlight", "json", "html"],
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
 
 
30
  gr.Textbox(placeholder="Enter sentence here..."),
31
  ["highlight", "json", "html"],
32
  examples=[
33
+ ["faire un bon rêve"],
34
+ ["toi et moi pour toujours"],
35
  ],
36
  )
37