Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 vũ trụ", "kh hỉu c đg nghĩ j nựa"]
|
31 |
|
32 |
demo = gr.Interface(fn=normalize,
|
33 |
inputs="text",
|