agiats commited on
Commit
be1a3db
·
1 Parent(s): d5d29f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ def main(input_text: str) -> Tuple[str, str, str]:
200
  if __name__ == "__main__":
201
  demo = gr.Interface(
202
  fn=main,
203
- title="読みにくい箇所を検出するAI(デモ)",
204
  description="テキストを入力すると、読みにくさに応じてハイライトされて出力されます。",
205
  show_label=True,
206
  inputs=gr.Textbox(
 
200
  if __name__ == "__main__":
201
  demo = gr.Interface(
202
  fn=main,
203
+ title="文章の読みやすさを自動評価する言語処理システム",
204
  description="テキストを入力すると、読みにくさに応じてハイライトされて出力されます。",
205
  show_label=True,
206
  inputs=gr.Textbox(