Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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(
|