kornravee commited on
Commit
1a6059b
·
1 Parent(s): 5051db5

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
+ ["모두가 바란 꿈을 쫓아봐도"],
34
+ [" 탓인 거야, 이거뿐이라고 포기하지 말아요"],
35
  ],
36
  )
37