zmgao commited on
Commit
3d26b5f
1 Parent(s): d470f9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ def Chinese_tokenization(txt):
13
  output= output + " " + i + " "
14
  return(output)
15
 
16
- demo = gr.Interface(fn=Chinese_tokenization, inputs="text", outputs="text")
17
 
18
  demo.launch()
 
13
  output= output + " " + i + " "
14
  return(output)
15
 
16
+ demo = gr.Interface(fn=Chinese_tokenization, inputs="text", outputs="text", description="Chinese Word Segmentation Using Baidu's LAC)
17
 
18
  demo.launch()