Turkeyengineer commited on
Commit
310afd0
·
verified ·
1 Parent(s): 7223896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ demo = gr.Interface(
9
  outputs="text",
10
  title="中文斷詞模擬器",
11
  description="這是一個簡易的中文斷詞工具,未來將整合 CKIP 模型。",
12
- **api_name="segment"**
13
  )
14
 
15
  demo.launch()
 
9
  outputs="text",
10
  title="中文斷詞模擬器",
11
  description="這是一個簡易的中文斷詞工具,未來將整合 CKIP 模型。",
12
+ api_name="segment"
13
  )
14
 
15
  demo.launch()