auey commited on
Commit
f9c0043
·
1 Parent(s): 674f726

Update appp.py

Browse files
Files changed (1) hide show
  1. appp.py +2 -3
appp.py CHANGED
@@ -30,9 +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
- ["start with Friday"],
36
  ],
37
  )
38
 
 
30
  gr.Textbox(placeholder="Enter sentence here..."),
31
  ["highlight", "json", "html"],
32
  examples=[
33
+ ["我的快乐就是想你"],
34
+ ["我刚知道你没有心"],
 
35
  ],
36
  )
37