Commit
·
d15d649
1
Parent(s):
6d1cde4
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def text_processing(text):
|
|
29 |
iface = gr.Interface(
|
30 |
fn=text_processing,
|
31 |
inputs=[gr.inputs.Textbox(default=examples[0][0], label="输入文本")],
|
32 |
-
outputs='
|
33 |
title='Punctuation Mark Prediction',
|
34 |
description='本模型主要用于语言识别模型输出的后处理。\n输入无符号句子,需要打标点处用空格隔开,返回带标点句子。\n仅支持中文,因为训练数据中只有中文。',
|
35 |
examples=examples
|
|
|
29 |
iface = gr.Interface(
|
30 |
fn=text_processing,
|
31 |
inputs=[gr.inputs.Textbox(default=examples[0][0], label="输入文本")],
|
32 |
+
outputs='',
|
33 |
title='Punctuation Mark Prediction',
|
34 |
description='本模型主要用于语言识别模型输出的后处理。\n输入无符号句子,需要打标点处用空格隔开,返回带标点句子。\n仅支持中文,因为训练数据中只有中文。',
|
35 |
examples=examples
|