Update appp.py
Browse files
appp.py
CHANGED
@@ -30,9 +30,8 @@ demo = gr.Interface(
|
|
30 |
gr.Textbox(placeholder="Enter sentence here..."),
|
31 |
["highlight", "json", "html"],
|
32 |
examples=[
|
33 |
-
["
|
34 |
-
["
|
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 |
|