PhongLT commited on
Commit
f821727
1 Parent(s): e0a44f2

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 = ["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",