agiats commited on
Commit
b301969
·
1 Parent(s): 8583918

Update app.py

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