PhongLT commited on
Commit
c91fd6b
·
verified ·
1 Parent(s): 5ef1306

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def normalize(input):
27
  # Create title, description and article strings
28
  title = "Vietnamese Lexical Normalization"
29
  description = "Nhập 1 câu cần chuẩn hoá"
30
- example_list = ["thầy Tín đẹp zai nhứt trụ", "kh hỉu c đg nghĩ j nựa"]
31
 
32
  demo = gr.Interface(fn=normalize,
33
  inputs="text",
 
27
  # Create title, description and article strings
28
  title = "Vietnamese Lexical Normalization"
29
  description = "Nhập 1 câu cần chuẩn hoá"
30
+ example_list = ["mình thấy hát cũm bth, nhìn hơi x ấ u nữa", "bạn ơi cho mk hỏi chút đc ko"]
31
 
32
  demo = gr.Interface(fn=normalize,
33
  inputs="text",